wok-6.x annotate wimlib/receipt @ rev 22816
brasero: add icons
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 04 08:33:50 2020 +0100 (2020-02-04) |
parents | 86790a278e70 |
children | 83b97236db32 |
rev | line source |
---|---|
pascal@15367 | 1 # SliTaz package receipt. |
pascal@15367 | 2 |
pascal@15367 | 3 PACKAGE="wimlib" |
Hans-G?nter@22131 | 4 VERSION="1.13.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" |
Hans-G?nter@22131 | 9 WEB_SITE="https://wimlib.net/" |
Hans-G?nter@22131 | 10 |
pascal@15367 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22131 | 12 WGET_URL="${WEB_SITE}downloads/$TARBALL" |
pascal@15367 | 13 |
Hans-G?nter@22131 | 14 DEPENDS="cabextract cdrkit fuse libcrypto libxml2 mtools ntfs-3g |
Hans-G?nter@22131 | 15 syslinux zlib" |
Hans-G?nter@22131 | 16 BUILD_DEPENDS="attr-dev cabextract cdrkit fuse-dev libxml2-dev mtools |
Hans-G?nter@22131 | 17 ntfs-3g-dev openssl-dev pkg-config syslinux" |
pascal@15367 | 18 |
pascal@15367 | 19 # Rules to configure and make the package. |
pascal@15367 | 20 compile_rules() |
pascal@15367 | 21 { |
pascal@15367 | 22 ./configure --prefix=/usr $CONFIGURE_ARGS && |
Hans-G?nter@22131 | 23 make && |
Hans-G?nter@22131 | 24 make DESTDIR=$DESTDIR install |
pascal@15367 | 25 } |
pascal@15367 | 26 |
pascal@15367 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15367 | 28 genpkg_rules() |
pascal@15367 | 29 { |
pascal@15367 | 30 cp -a $install/usr $fs |
pascal@15367 | 31 } |