wok annotate wimlib/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 8267887ae7af
children 0ba37e865e61
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@20421 10 WEB_SITE="https://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 }