wok view frei0r-plugins-dev/receipt @ rev 13866

.. and Wine-RT dev package OFC
author Pawel P. <xj@wp.pl>
date Sun Jan 13 18:18:53 2013 +0000 (2013-01-13)
parents 2ecfb88314ac
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="frei0r-plugins-dev"
4 VERSION="1.3"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="frei0r-plugins devel files"
8 WEB_SITE="http://www.piksel.org/frei0r"
9 DEPENDS="frei0r-plugins"
10 WANTED="frei0r-plugins"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 }