wok annotate wimlib/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents
children 86790a278e70
rev   line source
pascal@15367 1 # SliTaz package receipt.
pascal@15367 2
pascal@15367 3 PACKAGE="wimlib"
pascal@15367 4 VERSION="1.5.1"
pascal@15367 5 CATEGORY="utilities"
pascal@15367 6 SHORT_DESC="Library to create, extract, and modify Windows Imaging (WIM) files."
pascal@15367 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15367 8 LICENSE="GPL3"
pascal@15367 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15367 10 WEB_SITE="http://sourceforge.net/projects/wimlib/"
pascal@15367 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15367 12
pascal@15367 13 DEPENDS="libxml2 fuse ntfs-3g libcrypto zlib mtools cdrkit syslinux cabextract"
pascal@15367 14 BUILD_DEPENDS="pkg-config libxml2-dev fuse-dev ntfs-3g-dev openssl-dev \
pascal@15367 15 attr-dev mtools cdrkit syslinux cabextract"
pascal@15367 16
pascal@15367 17 # Rules to configure and make the package.
pascal@15367 18 compile_rules()
pascal@15367 19 {
pascal@15367 20 cd $src
pascal@15367 21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@15367 22 make && make DESTDIR=$DESTDIR install
pascal@15367 23 }
pascal@15367 24
pascal@15367 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15367 26 genpkg_rules()
pascal@15367 27 {
pascal@15367 28 cp -a $install/usr $fs
pascal@15367 29 }