wok-next annotate p7zip/receipt @ rev 17454
syslinux/iso2exe: create a vfat partition in usb bootkey (DOS case only)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 18 11:42:27 2014 +0100 (2014-12-18) |
parents | 5b198b5bc329 |
children | 0be966ba5e90 |
rev | line source |
---|---|
milka@1164 | 1 # SliTaz package receipt. |
milka@1164 | 2 |
milka@1164 | 3 PACKAGE="p7zip" |
slaxemulator@9832 | 4 VERSION="9.20.1" |
milka@1164 | 5 CATEGORY="utilities" |
milka@1164 | 6 SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)" |
milka@1164 | 7 MAINTAINER="milka@konstelacioj.info" |
pascal@15375 | 8 LICENSE="LGPL" |
milka@1168 | 9 TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2" |
milka@1164 | 10 WEB_SITE="http://p7zip.sourceforge.net/" |
milka@1164 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
milka@1164 | 12 |
milka@1164 | 13 # Rules to configure and make the package. |
milka@1164 | 14 compile_rules() |
milka@1164 | 15 { |
milka@1164 | 16 cd $src |
milka@1164 | 17 make 7zr |
milka@1164 | 18 } |
milka@1164 | 19 |
milka@1164 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
milka@1164 | 21 genpkg_rules() |
milka@1164 | 22 { |
milka@1164 | 23 mkdir -p $fs/usr |
milka@1168 | 24 cp -a $src/bin $fs/usr |
milka@1164 | 25 } |
milka@1164 | 26 |