wok-next diff gst-python-dev/receipt @ rev 3192
Add: imlib
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue May 26 13:24:34 2009 +0000 (2009-05-26) |
parents | |
children | 6613102ce5d9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gst-python-dev/receipt Tue May 26 13:24:34 2009 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gst-python-dev" 1.7 +VERSION="0.10.14" 1.8 +SERIES="0.10" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="gst-python devel files" 1.11 +MAINTAINER="jozee@slitaz.org" 1.12 +WANTED="gst-python" 1.13 +WEB_SITE="http://gstreamer.freedesktop.org/" 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/lib/pkgconfig $fs/usr/lib 1.20 + 1.21 +}