wok annotate pydf/receipt @ rev 20273
linux: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 18 17:13:32 2018 +0100 (2018-03-18) |
parents | 5b063a7e40ae |
children | 241fb98cab1c |
rev | line source |
---|---|
paul@16117 | 1 # SliTaz package receipt. |
paul@16117 | 2 |
paul@16117 | 3 PACKAGE="pydf" |
paul@19351 | 4 VERSION="12" |
paul@16117 | 5 CATEGORY="utilities" |
paul@16117 | 6 SHORT_DESC="Python disk file system." |
paul@16117 | 7 MAINTAINER="paul@slitaz.org" |
pascal@17345 | 8 LICENSE="PublicDomain" |
paul@16117 | 9 DEPENDS="python" |
paul@16117 | 10 TARBALL="${PACKAGE}_${VERSION}.tar.gz" |
paul@16117 | 11 WEB_SITE="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/" |
paul@16117 | 12 WGET_URL="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/$TARBALL" |
paul@16117 | 13 |
paul@16117 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@16117 | 15 genpkg_rules() |
paul@16117 | 16 { |
paul@16117 | 17 mkdir -p $fs/usr/bin $fs/etc |
paul@16117 | 18 cp -a $src/pydf $fs/usr/bin |
paul@16117 | 19 cp -a $src/pydfrc $fs/etc |
paul@16117 | 20 } |
paul@16117 | 21 |