wok-next annotate lxpanel-dev/receipt @ rev 16555
linux: update ATA config (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 30 11:54:39 2014 +0000 (2014-04-30) |
parents | f0abef5a98b3 |
children | 9340d813aee3 |
rev | line source |
---|---|
pankso@3960 | 1 # SliTaz package receipt. |
pankso@3960 | 2 |
pankso@3960 | 3 PACKAGE="lxpanel-dev" |
pankso@15909 | 4 VERSION="0.6.1" |
pankso@3960 | 5 CATEGORY="x-window" |
al@14260 | 6 SHORT_DESC="Development files for LXpanel" |
pankso@3960 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
al@14260 | 9 WEB_SITE="http://www.lxde.org/" |
pankso@16260 | 10 HOST_ARCH="i486 arm" |
al@14260 | 11 |
pankso@3960 | 12 WANTED="lxpanel" |
pascal@15597 | 13 DEPENDS="pkg-config" |
pankso@3960 | 14 |
pankso@3960 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3960 | 16 genpkg_rules() |
pankso@3960 | 17 { |
pankso@3960 | 18 mkdir -p $fs/usr/lib |
al@14260 | 19 cp -a $install/usr/include $fs/usr |
slaxemulator@13159 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@3960 | 21 } |