wok-next diff fcgi/receipt @ rev 19814
Up gpicview, libunique, lxappearance-obconf, lxde-icon-theme, lxinput, lxrandr, lxsession, lxtask, openbox, pcre, pcre2, tazpkg, tcc, vte. Add lsb-release, lxde-common. Remove libunique-gtk3 (break build, no one depends on it, and deprecated by gnome itself), lguest (part of "linux" receipt), libmysqlclient (part of "mysql" receipt).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 21 14:44:00 2017 +0300 (2017-07-21) |
parents | 2325c41c9264 |
children | 4396aed7eb01 |
line diff
1.1 --- a/fcgi/receipt Fri May 13 22:32:56 2011 +0200 1.2 +++ b/fcgi/receipt Fri Jul 21 14:44:00 2017 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Fast CGI binary and library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.fastcgi.com/" 1.10 WGET_URL="http://www.fastcgi.com/dist/$TARBALL" 1.11 @@ -23,13 +24,13 @@ 1.12 --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS && 1.14 make -j1 && 1.15 - make -j1 DESTDIR=$PWD/_pkg install 1.16 + make -j1 DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 + cp -a $install/usr/bin $fs/usr 1.27 }