wok-next annotate compface/receipt @ rev 19424
Up palemoon (26.5.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Sep 30 21:17:41 2016 +0200 (2016-09-30) |
parents | |
children | 9a5b17ddcfcb |
rev | line source |
---|---|
al@14468 | 1 # SliTaz package receipt. |
al@14468 | 2 |
al@14468 | 3 PACKAGE="compface" |
al@14468 | 4 VERSION="1.5.2" |
al@14468 | 5 CATEGORY="utilities" |
al@14468 | 6 SHORT_DESC="Utils & libs to convert from/to X-Face format" |
al@14468 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@14468 | 8 LICENSE="MIT" |
al@14468 | 9 WEB_SITE="http://freecode.com/projects/compface" |
al@14468 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@14468 | 11 WGET_URL="http://ftp.xemacs.org/pub/xemacs/aux/$TARBALL" |
al@14468 | 12 |
al@14468 | 13 DEPENDS="glibc-base" |
al@14468 | 14 |
al@14468 | 15 # Rules to configure and make the package. |
al@14468 | 16 compile_rules() |
al@14468 | 17 { |
al@14468 | 18 patch < $stuff/makefile-use-destdir.patch && |
al@14468 | 19 ./configure $CONFIGURE_ARGS && |
al@14468 | 20 make && |
al@14468 | 21 make install |
al@14468 | 22 } |
al@14468 | 23 |
al@14468 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14468 | 25 genpkg_rules() |
al@14468 | 26 { |
al@14468 | 27 mkdir -p $fs/usr |
al@14468 | 28 cp -a $install/usr/bin $fs/usr |
al@14468 | 29 } |