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

Up xine-lib (1.2.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 16 10:04:50 2014 +0000 (2014-03-16)
parents 3af9c976b7d4
children 1204cf352c74
line source
1 # SliTaz package receipt.
3 PACKAGE="xine-lib-dev"
4 VERSION="1.2.4"
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 }