Skip to content

Commit

Permalink
updating the README and movning bvi out of TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Batts committed Feb 11, 2010
1 parent 92cec8a commit f47cc20
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ they are here, working or not
perl-time-period - 23.Jan.2010
perl-time-parsedate - 23.Jan.2010
dirvish - 23.Jan.2010
bvi - Jan.2010

** TESTING/BROKEN **
xbench
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 6 additions & 8 deletions xmblackberry/xmblackberry.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ elif [ "$ARCH" = "x86_64" ]; then
LIBDIRSUFFIX="64"
fi

set -e

rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
Expand All @@ -53,12 +51,12 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-shared \
--mandir=/usr/man \
--disable-static \
--build=$ARCH-slackware-linux
--build=$ARCH-slackware-linux || exit 1

make
make install DESTDIR=$PKG
make || exit 1
make install DESTDIR=$PKG || exit 1

rm -rf $PKG/etc/hotplug
rm -rf $PKG/etc/hotplug || exit 1

mkdir -p $PKG/lib/udev/rules.d/
rm -f $PKG/lib/udev/rules.d/99-xmblackberry.rules
Expand All @@ -85,4 +83,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz || exit 1

0 comments on commit f47cc20

Please sign in to comment.