wok view alsaplayer-dev/receipt @ rev 16924

thermald: "hg resolve --all; hg resolve --mark; hg merge" and company...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 17 21:20:25 2014 +0300 (2014-07-17)
parents 851fc1686394
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="alsaplayer-dev"
4 VERSION="0.99.81"
5 CATEGORY="development"
6 SHORT_DESC="Alsa GTK+ PCM player devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="alsaplayer"
10 WEB_SITE="http://www.alsaplayer.org/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
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/lib/alsaplayer $fs/usr/lib
21 # Remove shared libs.
22 rm $fs/usr/lib/alsaplayer/*/*.so
23 }