wok view pydf/receipt @ rev 22418
libxfce4util: build fails for 4.14, using last release 4.12: error: expected ')' before 'GObject'
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 15 08:33:18 2019 +0000 (2019-12-15) |
parents | 5b063a7e40ae |
children | 241fb98cab1c |
line source
1 # SliTaz package receipt.
3 PACKAGE="pydf"
4 VERSION="12"
5 CATEGORY="utilities"
6 SHORT_DESC="Python disk file system."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="PublicDomain"
9 DEPENDS="python"
10 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
11 WEB_SITE="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/"
12 WGET_URL="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/etc
18 cp -a $src/pydf $fs/usr/bin
19 cp -a $src/pydfrc $fs/etc
20 }