wok view menu-cache-dev/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents a002e9484225
children 44cb6517e19a
line source
1 # SliTaz package receipt.
3 PACKAGE="menu-cache-dev"
4 VERSION="0.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Standard compliant menu library used by LXDE devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://lxde.sourceforge.net/"
10 WANTED="menu-cache"
11 DEPENDS="menu-cache pkg-config"
12 HOST_ARCH="i486 arm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }