wok-next annotate barcode/receipt @ rev 17024
usbids: up 20140731
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 14 09:20:02 2014 +0000 (2014-08-14) |
parents | 9fe42091b4be |
children | 11b5e93cb5f2 |
rev | line source |
---|---|
devl547@5631 | 1 # SliTaz package receipt. |
devl547@5631 | 2 |
devl547@5631 | 3 PACKAGE="barcode" |
devl547@5631 | 4 VERSION="0.98" |
devl547@5631 | 5 CATEGORY="utilities" |
devl547@5631 | 6 SHORT_DESC="barcode generator" |
devl547@5631 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15263 | 8 LICENSE="GPL2" |
devl547@5631 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
devl547@5631 | 10 WEB_SITE="http://www.gnu.org/software/barcode/" |
devl547@5631 | 11 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" |
devl547@5631 | 12 |
devl547@5631 | 13 # Rules to configure and make the package. |
devl547@5631 | 14 compile_rules() |
devl547@5631 | 15 { |
devl547@5631 | 16 cd $src |
pascal@15263 | 17 ./configure $CONFIGURE_ARGS 2>&1 | grep -v 'sed: confdefs' && |
slaxemulator@10281 | 18 make && |
slaxemulator@10281 | 19 make prefix=$DESTDIR install |
devl547@5631 | 20 } |
devl547@5631 | 21 |
devl547@5631 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5631 | 23 genpkg_rules() |
devl547@5631 | 24 { |
devl547@5631 | 25 mkdir -p $fs/usr |
pascal@15263 | 26 cp -a $install/bin $fs/usr |
pascal@15263 | 27 cp -a $install/lib $fs/usr |
devl547@5631 | 28 } |