wok view bmpanel2cfg/receipt @ rev 6928
Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 22 22:36:22 2010 +0000 (2010-10-22) |
parents | |
children | 8d6f480bf664 |
line source
1 # SliTaz package receipt.
3 PACKAGE="bmpanel2cfg"
4 VERSION="2.1pre1"
5 CATEGORY="misc"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="bmpanel2 configurator"
8 WEB_SITE="http://bmpanel2.googlecode.com/"
9 DEPENDS="pygtk"
10 WANTED="bmpanel2"
11 TAGS="window-manager wm panel"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/bin
18 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
19 cp -a $_pkg/usr/lib/python* $fs/usr/lib
20 }