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

Up: vlc to 1.1.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 31 18:17:19 2011 +0000 (2011-01-31)
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 }