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

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 408c87fa22ca
children 562fe5c20594
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 LICENSE="GPL2"
9 WANTED="xine-lib"
10 WEB_SITE="http://www.xinehq.de/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/bin $fs/usr
19 chmod 755 $fs/usr/bin/*
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 }