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

add:nconf
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:11:56 2011 +0100 (2011-02-17)
parents fc9449a2e57e
children 63b996317ebe
line source
1 # SliTaz package receipt.
3 PACKAGE="frei0r-plugins-dev"
4 VERSION="1.2.1"
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 }