wok view pylorcon/receipt @ rev 17414
busybox: fake GNU cpio for symlinks
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 01 10:38:15 2014 +0100 (2014-12-01) |
parents | 10e5a68032aa |
children | 7d6f3d121846 |
line source
1 # SliTaz package receipt.
3 PACKAGE="pylorcon"
4 VERSION="3"
5 CATEGORY="development"
6 SHORT_DESC="http://code.google.com/p/pylorcon/"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://code.google.com/p/pylorcon/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL"
13 DEPENDS="python lorcon-old"
14 BUILD_DEPENDS="python-dev lorcon-old-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }