wok-next diff xorg-xwininfo/receipt @ rev 15579
Remove cromfs-or-squashfs; add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 30 10:06:29 2013 +0000 (2013-11-30) |
parents | 96189db539e4 |
children | f20bb2aafa21 |
line diff
1.1 --- a/xorg-xwininfo/receipt Wed Oct 26 20:53:15 2011 +0000 1.2 +++ b/xorg-xwininfo/receipt Sat Nov 30 10:06:29 2013 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="window information utility to query x-server" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="MIT" 1.8 SOURCE="xwininfo" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 -DEPENDS="xorg-libX11" 1.11 -BUILD_DEPENDS="xorg-libX11-dev" 1.12 WEB_SITE="http://xorg.freedesktop.org/" 1.13 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.14 TAGS="util xorg windows" 1.15 1.16 +DEPENDS="xorg-libX11" 1.17 +BUILD_DEPENDS="xorg-libX11-dev" 1.18 + 1.19 # Rules to configure and make the package.ls sr 1.20 compile_rules() 1.21 { 1.22 @@ -29,6 +31,6 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr 1.26 - cp -a $_pkg/usr/bin $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 } 1.29