wok-current diff haserl/receipt @ rev 19035
sakura: use Freedesktop standard icon
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 12 15:20:41 2016 +0300 (2016-04-12) |
parents | 02bbaa9d12ba |
children | f7f1e45f4243 |
line diff
1.1 --- a/haserl/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/haserl/receipt Tue Apr 12 15:20:41 2016 +0300 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts" 1.6 MAINTAINER="milka@konstelacioj.info" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="glibc-dev" 1.9 +LICENSE="GPL2" 1.10 SUGGESTED="bash lua lua-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://haserl.sourceforge.net/" 1.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 1.15 +DEPENDS="" 1.16 +BUILD_DEPENDS="glibc-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -20,12 +22,12 @@ 1.22 --bindir=/usr/bin \ 1.23 $CONFIGURE_ARGS 1.24 make 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 } 1.36 \ No newline at end of file