wok view lxpanel-dev/receipt @ rev 16779

Add: slim-theme-sandfive; slim: apply default strings to ordinary themes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 22 03:05:45 2014 +0300 (2014-06-22)
parents f0abef5a98b3
children 9340d813aee3
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-dev"
4 VERSION="0.6.1"
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 }