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

open-vm-tools: does not work with slitaz at the moment, disable
author Nathan Neulinger <nneul@neulinger.org>
date Mon Sep 21 12:22:50 2015 +0000 (2015-09-21)
parents c73f683146cf
children c4de6693ff08
line source
1 # SliTaz package receipt.
3 PACKAGE="menu-cache-dev"
4 VERSION="1.0.0"
5 CATEGORY="development"
6 SHORT_DESC="LXDE implementation of the freedesktop Menu's cache (development)"
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 TAGS="LXDE"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }