wok-6.x diff smake/receipt @ rev 17418
Add x11rec
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 03 15:49:26 2014 +0100 (2014-12-03) |
parents | |
children | a8e75e9bae6c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/smake/receipt Wed Dec 03 15:49:26 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="smake" 1.7 +VERSION="1.2a49" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Generate executables and other files from source." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2 LGPL2.1 CDDL" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.berlios.de/" 1.14 +WGET_URL="ftp://ftp.berlios.de/pub/smake/alpha/$TARBALL" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make INS_BASE=/usr DESTDIR=$DESTDIR install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr 1.29 + cp -a $install/usr/bin $fs/usr 1.30 +}