wok view xine-lib-dev/receipt @ rev 13696

Add gsynaptics-0.9.16 (deprecated, but not wants gnome-settings-daemon)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 14 15:53:34 2012 +0000 (2012-12-14)
parents d05e40770902
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="xine-lib-dev"
4 VERSION="1.2.2"
5 CATEGORY="development"
6 SHORT_DESC="Xine video library."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="xine-lib"
9 WEB_SITE="http://www.xinehq.de/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/usr/share
15 cp -a $install/usr/bin $fs/usr
16 chmod 755 $fs/usr/bin/*
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/share/aclocal $fs/usr/share
21 }