wok diff xorg-xrdb/receipt @ rev 18152
alsaplayer: remove too big pixmaps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 20 19:58:11 2015 +0200 (2015-06-20) |
parents | 42c425ddf370 |
children | 814c58f64f83 |
line diff
1.1 --- a/xorg-xrdb/receipt Fri May 20 04:39:17 2011 +0000 1.2 +++ b/xorg-xrdb/receipt Sat Jun 20 19:58:11 2015 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 -DEPENDS="xorg-libXmu" 1.8 -BUILD_DEPENDS="pkg-config" 1.9 +LICENSE="MIT" 1.10 SOURCE="xrdb" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.x.org/" 1.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.14 1.15 +DEPENDS="xorg-libXmu" 1.16 +BUILD_DEPENDS="pkg-config" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -24,5 +26,5 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 + cp -a $install/usr/bin $fs/usr 1.27 }