wok-6.x annotate icoutils/receipt @ rev 13880
busybox/busybox-static: add vi, less, nc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 17 14:05:32 2013 +0100 (2013-01-17) |
parents | 6020e263cbbc |
children | 2b9f96603415 |
rev | line source |
---|---|
pascal@13338 | 1 # SliTaz package receipt. |
pascal@13338 | 2 |
pascal@13338 | 3 PACKAGE="icoutils" |
pascal@13338 | 4 VERSION="0.30.0" |
pascal@13338 | 5 CATEGORY="misc" |
pascal@13338 | 6 SHORT_DESC="Microsoft Windows icon and cursor files convertion tools." |
pascal@13338 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13338 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13338 | 9 WEB_SITE="http://www.nongnu.org/icoutils" |
pascal@13338 | 10 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" |
pascal@13338 | 11 |
pascal@13339 | 12 DEPENDS="libpng" |
pascal@13339 | 13 BUILD_DEPENDS="libpng-dev libpng" |
pascal@13338 | 14 |
pascal@13338 | 15 # Rules to configure and make the package. |
pascal@13338 | 16 compile_rules() |
pascal@13338 | 17 { |
pascal@13338 | 18 cd $src |
pascal@13338 | 19 ./configure --prefix=/usr --mandir=/usr/share/man \ |
pascal@13338 | 20 $CONFIGURE_ARGS && |
pascal@13338 | 21 make && |
pascal@13339 | 22 make DESTDIR=$DESTDIR install |
pascal@13338 | 23 } |
pascal@13338 | 24 |
pascal@13338 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13338 | 26 genpkg_rules() |
pascal@13338 | 27 { |
pascal@13338 | 28 mkdir -p $fs/usr |
pascal@13338 | 29 cp -a $_pkg/usr/bin $fs/usr |
pascal@13338 | 30 } |