wok-6.x diff xlockmore/receipt @ rev 18135
poptop: fix plugin version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 17:53:06 2015 +0200 (2015-06-13) |
parents | a579549edab7 |
children | 9e01bc6321ea |
line diff
1.1 --- a/xlockmore/receipt Wed Sep 26 11:23:37 2012 +0000 1.2 +++ b/xlockmore/receipt Sat Jun 13 17:53:06 2015 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="X Window System Lock Screen." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 -DEPENDS="xorg-libX11 freetype freetype1" 1.8 -BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXt-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.tux.org/~bagleyd/xlockmore.html" 1.12 WGET_URL="http://www.tux.org/~bagleyd/xlock/$PACKAGE-$VERSION/$TARBALL" 1.13 1.14 +DEPENDS="xorg-libX11 freetype freetype1" 1.15 +BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXt-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -30,7 +32,7 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs 1.24 - cp -a $_pkg/usr $fs 1.25 + cp -a $install/usr $fs 1.26 } 1.27 1.28 post_install()