wok annotate icoutils/receipt @ rev 17707

Up marlin: edit last patch (again)
author Yuri Pourre <yuripourre@gmail.com>
date Mon Mar 02 11:31:13 2015 -0300 (2015-03-02)
parents f5dd6be1bf44
children e2ece35b14a1
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@14999 8 LICENSE="GPL3"
pascal@13338 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13338 10 WEB_SITE="http://www.nongnu.org/icoutils"
pascal@13338 11 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
pascal@13338 12
pascal@13339 13 DEPENDS="libpng"
pascal@13339 14 BUILD_DEPENDS="libpng-dev libpng"
pascal@13338 15
pascal@13338 16 # Rules to configure and make the package.
pascal@13338 17 compile_rules()
pascal@13338 18 {
pascal@13338 19 cd $src
pascal@13338 20 ./configure --prefix=/usr --mandir=/usr/share/man \
pascal@13338 21 $CONFIGURE_ARGS &&
pascal@15265 22 make &&
pascal@13339 23 make DESTDIR=$DESTDIR install
pascal@13338 24 }
pascal@13338 25
pascal@13338 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13338 27 genpkg_rules()
pascal@13338 28 {
pascal@13338 29 mkdir -p $fs/usr
pascal@14999 30 cp -a $install/usr/bin $fs/usr
pascal@13338 31 }