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

linux-module-headers: update files list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 12:57:23 2011 +0100 (2011-03-04)
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 }