wok diff libgtkimageview-dev/receipt @ rev 6313

Up: espeak, espeak-dev to 1.44.05.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 01:23:59 2010 +0000 (2010-09-17)
parents
children af022550edde
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libgtkimageview-dev/receipt	Fri Sep 17 01:23:59 2010 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libgtkimageview-dev"
     1.7 +VERSION="1.6.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Simple image viewer widget for GTK devel files."
    1.10 +SOURCE="gtkimageview"
    1.11 +MAINTAINER="gokhlayeh@mailoo.org"
    1.12 +WANTED="libgtkimageview"
    1.13 +WEB_SITE="http://trac.bjourne.webfactional.com/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.19 +	mkdir -p $fs/usr
    1.20 +	cp -a $_pkg/usr/include $fs/usr
    1.21 +	cp -a $_pkg/usr/lib $fs/usr
    1.22 +	# Remove libraries files
    1.23 +	cd $fs/usr/lib
    1.24 +	rm -r *.so*
    1.25 +}