wok diff pysdm/receipt @ rev 23179
updated mgetty and mgetty-voicetools (1.1.37 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 19 13:45:58 2020 +0100 (2020-03-19) |
parents | d3b60b8cbf14 |
children | 080c1dff8494 |
line diff
1.1 --- a/pysdm/receipt Sun Dec 25 15:19:21 2011 +0100 1.2 +++ b/pysdm/receipt Thu Mar 19 13:45:58 2020 +0100 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 }