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

created recipe for py3k-cryptography
author Hans-G?nter Theisgen
date Mon Oct 17 07:58:57 2022 +0100 (19 months ago)
parents 8f42e5ca1910
children
line source
1 # SliTaz package receipt.
3 PACKAGE="menu-cache-dev"
4 VERSION="1.1.0"
5 CATEGORY="development"
6 SHORT_DESC="LXDE implementation of the freedesktop Menu's cache (development)"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://lxde.sourceforge.net/"
10 WANTED="menu-cache"
11 DEPENDS="menu-cache libfm-extra-dev 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/*.la $fs/usr/lib/
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
22 }