wok-4.x rev 2768
Add: ghostscript-dev
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun Apr 26 18:08:35 2009 +0000 (2009-04-26) |
parents | 7655d57def07 |
children | 2e77327e848e |
files | ghostscript-dev/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ghostscript-dev/receipt Sun Apr 26 18:08:35 2009 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ghostscript-dev" 1.7 +VERSION="8.64" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC=" ghostscript devel file" 1.10 +MAINTAINER="jozee@slitaz.org" 1.11 +WANTED="ghostscript" 1.12 +WEB_SITE="http://ghostscript.com/" 1.13 + 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + #mkdir -p $fs/usr/lib 1.19 + cp -a $_pkg/usr/include $fs/usr 1.20 +}