wok-next diff libxslt-python/receipt @ rev 10850
Fix: add transmission-daemon init files
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Jun 12 03:09:50 2011 +0000 (2011-06-12) |
parents | |
children | 79091c9a2a84 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libxslt-python/receipt Sun Jun 12 03:09:50 2011 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libxslt-python" 1.7 +VERSION="1.1.26" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="python module for libxslt" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="libxslt python" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WANTED="libxslt" 1.14 +WEB_SITE="http://xmlsoft.org/" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib 1.20 + # Python module 1.21 + PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.22 + cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 1.23 +} 1.24 +