wok-current diff pysdm/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | d3b60b8cbf14 |
children | 080c1dff8494 |
line diff
1.1 --- a/pysdm/receipt Sun Dec 25 15:19:21 2011 +0100 1.2 +++ b/pysdm/receipt Mon Oct 05 01:10:26 2015 +0300 1.3 @@ -1,8 +1,11 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 PACKAGE="pysdm" 1.7 VERSION="0.4.1" 1.8 CATEGORY="system-tools" 1.9 SHORT_DESC="A Storage Device Manager via udev (and not fstab)." 1.10 MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://pysdm.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 @@ -26,5 +29,5 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - cp -a $_pkg/usr $fs 1.20 + cp -a $install/usr $fs 1.21 }