wok diff libt4k_common-dev/receipt @ rev 14434
Add: python-elementary-dev
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Apr 24 22:04:10 2013 +0200 (2013-04-24) |
parents | |
children | 6eff489aa802 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libt4k_common-dev/receipt Wed Apr 24 22:04:10 2013 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libt4k_common-dev" 1.7 +VERSION="0.1.1" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="Common libraries for tux4kids games." 1.10 +MAINTAINER="samuel_trassare@yahoo.com" 1.11 +WEB_SITE="http://tux4kids.alioth.debian.org" 1.12 +WANTED="libt4k_common" 1.13 + 1.14 +DEPENDS="libt4k_common" 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/include \ 1.20 + $fs/usr/lib/pkgconfig 1.21 + cp -a $install/usr/include/* $fs/usr/include 1.22 + cp -a $install/usr/lib/*a* $fs/usr/lib 1.23 + cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig 1.24 +}