wok-next annotate epm/receipt @ rev 19849
Fix packaging: lcms, libtool; up slitaz-tools-*; add mathomatic.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 28 19:54:13 2017 +0300 (2017-08-28) |
parents | |
children | e1c0edabdcb2 |
rev | line source |
---|---|
pascal@15526 | 1 # SliTaz package receipt. |
pascal@15526 | 2 |
pascal@15526 | 3 PACKAGE="epm" |
pascal@15526 | 4 VERSION="4.2" |
pascal@15526 | 5 CATEGORY="misc" |
pascal@15526 | 6 SHORT_DESC="File packaging program." |
pascal@15526 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15526 | 8 LICENSE="GPL2" |
pascal@15526 | 9 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" |
pascal@15526 | 10 WEB_SITE="http://www.msweet.org/projects.php?Z2" |
pascal@15526 | 11 WGET_URL="http://www.msweet.org/files/project2/$TARBALL" |
pascal@15526 | 12 |
pascal@15526 | 13 DEPENDS="" |
pascal@15526 | 14 BUILD_DEPENDS="" |
pascal@15526 | 15 |
pascal@15526 | 16 # Rules to configure and make the package. |
pascal@15526 | 17 compile_rules() |
pascal@15526 | 18 { |
pascal@15526 | 19 ./configure --prefix=/usr && make -j 1 |
pascal@15526 | 20 } |
pascal@15526 | 21 |
pascal@15526 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15526 | 23 genpkg_rules() |
pascal@15526 | 24 { |
pascal@15526 | 25 mkdir -p $fs/usr/bin |
pascal@15526 | 26 cp -a $src/epm $fs/usr/bin |
pascal@15526 | 27 } |