wok-stable annotate lxpanel-dev/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 5e7bfce7a7ed
children
rev   line source
pankso@3960 1 # SliTaz package receipt.
pankso@3960 2
pankso@3960 3 PACKAGE="lxpanel-dev"
devl547@11274 4 VERSION="0.5.8"
pankso@3960 5 CATEGORY="x-window"
pankso@3960 6 SHORT_DESC="LXpanel devel files."
pankso@3960 7 MAINTAINER="pankso@slitaz.org"
pankso@3960 8 WANTED="lxpanel"
pankso@3960 9 WEB_SITE="http://www.lxde.org/"
pankso@3960 10
pankso@3960 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3960 12 genpkg_rules()
pankso@3960 13 {
pankso@3960 14 mkdir -p $fs/usr/lib
pankso@3960 15 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pankso@3960 16 cp -a $_pkg/usr/include $fs/usr
pankso@3960 17 }