wok-next annotate icoutils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13338 2
pascal@13338 3 PACKAGE="icoutils"
pascal@13338 4 VERSION="0.30.0"
pascal@13338 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Microsoft Windows icon and cursor files convertion tools"
pascal@13338 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://www.nongnu.org/icoutils/"
al@21020 10
pascal@13338 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13338 12 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
pascal@13338 13
al@21078 14 BUILD_DEPENDS="libpng-dev"
pascal@13338 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
al@21020 19 --mandir=/usr/share/man \
pascal@13338 20 $CONFIGURE_ARGS &&
pascal@15265 21 make &&
al@21020 22 make DESTDIR=$install install
pascal@13338 23 }
pascal@13338 24
al@21020 25 genpkg_rules() {
al@21020 26 copy @std
al@21078 27 DEPENDS="libpng"
pascal@13338 28 }