wok-6.x diff wvstreams-dev/receipt @ rev 15266
clisp: add license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 11:03:46 2013 +0000 (2013-09-25) |
parents | |
children | 2a21689b0af7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wvstreams-dev/receipt Wed Sep 25 11:03:46 2013 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wvstreams-dev" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="wvstreams devel files." 1.10 +MAINTAINER="jozee@slitaz.org" 1.11 +WANTED="wvstreams" 1.12 +WEB_SITE="http://wvstreams.googlecode.com" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/lib 1.18 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 + cp -a $_pkg/usr/include/ $fs/usr 1.21 +}