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

Up iw (3.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 10:50:30 2012 +0200 (2012-10-08)
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 }