wok annotate menu-cache-dev/receipt @ rev 19949

memtest: add @cmdlinefile support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 07 21:49:40 2017 +0200 (2017-05-07)
parents c9e270dd464f
children 8f42e5ca1910
rev   line source
pankso@2214 1 # SliTaz package receipt.
pankso@2214 2
pankso@2214 3 PACKAGE="menu-cache-dev"
devl547@19601 4 VERSION="1.0.2"
pascal@2584 5 CATEGORY="development"
al@17992 6 SHORT_DESC="LXDE implementation of the freedesktop Menu's cache (development)"
pankso@2214 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@16832 9 WEB_SITE="http://lxde.sourceforge.net/"
pankso@2214 10 WANTED="menu-cache"
al@16832 11 DEPENDS="menu-cache pkg-config"
al@17992 12 TAGS="LXDE"
pankso@16252 13 HOST_ARCH="i486 arm"
pankso@2214 14
pankso@2214 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2214 16 genpkg_rules()
pankso@2214 17 {
pankso@2214 18 mkdir -p $fs/usr/lib
al@16832 19 cp -a $install/usr/include $fs/usr
pascal@15000 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15000 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@2214 22 }