wok annotate splashutils/receipt @ rev 13591

move from undigest: 0install adminer blktrace busybox-boot blktrace codiad davmail e4rat fbff flashrom fsthost get-softmodem-driver lessfs libmikmod libmikmod-dev lvmts mikmod navit phpeasyvcs puppet qtractor splashutils systemd tokyocabinet tokyocabinet-dev vmware-view-open-client wine-rt-dev xflux
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 08 09:35:38 2012 +0100 (2012-11-08)
parents
children 7896f0694ef6
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="splashutils"
pascal@13591 4 VERSION="1.5.4.4"
pascal@13591 5 CATEGORY="system-tools"
pascal@13591 6 SHORT_DESC="Graphical boot utilities (fbsplash)."
pascal@13591 7 MAINTAINER="devel@slitaz.org"
pascal@13591 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13591 9 WEB_SITE="http://fbsplash.alanhaggai.org/"
pascal@13591 10 WGET_URL="http://fbsplash.alanhaggai.org/tarballs/files/$TARBALL"
pascal@13591 11
pascal@13591 12 DEPENDS="libjpeg libpng gpm"
pascal@13591 13 BUILD_DEPENDS="jpeg-dev libpng-dev gpm-dev"
pascal@13591 14
pascal@13591 15 # Rules to configure and make the package.
pascal@13591 16 compile_rules()
pascal@13591 17 {
pascal@13591 18 cd $src
pascal@13591 19 autoreconf
pascal@13591 20 LIBS="-lbz2"
pascal@13591 21 ./configure \
pascal@13591 22 --sysconfdir=/etc \
pascal@13591 23 --without-klibc \
pascal@13591 24 $CONFIGURE_ARGS &&
pascal@13591 25 make && make DESTDIR=$DESTDIR install
pascal@13591 26 }
pascal@13591 27
pascal@13591 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 29 genpkg_rules()
pascal@13591 30 {
pascal@13591 31 mkdir -p $fs/usr/lib
pascal@13591 32 cp -a $install/sbin $fs
pascal@13591 33 cp -a $install/usr/bin $fs/usr
pascal@13591 34 cp -a $install/usr/sbin $fs/usr
pascal@13591 35 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@13591 36 }