wok view lxpanel-dev/receipt @ rev 17496

syslinux/iso2exe: check ISO md5 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 05 12:38:18 2015 +0100 (2015-01-05)
parents 68ed753afd19
children c9e270dd464f
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-dev"
4 VERSION="0.6.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Development files for LXpanel"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lxde.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="lxpanel"
13 DEPENDS="pkg-config"
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/pkgconfig $fs/usr/lib
21 }