wok-next diff xorg-xrdb/receipt @ rev 19658
Up xorg-xf86-video-ati
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 04 17:31:46 2017 +0200 (2017-03-04) |
parents | eb8067417980 |
children | f463de72afe3 |
line diff
1.1 --- a/xorg-xrdb/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xrdb/receipt Sat Mar 04 17:31:46 2017 +0200 1.3 @@ -1,30 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xrdb" 1.7 -VERSION="1.0.9" 1.8 +VERSION="1.1.0" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." 1.11 +SHORT_DESC="X server resource database utility" 1.12 MAINTAINER="rocky@slitaz.org" 1.13 LICENSE="MIT" 1.14 -SOURCE="xrdb" 1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://www.x.org/" 1.17 +WEB_SITE="https://www.x.org/wiki/" 1.18 + 1.19 +TARBALL="xrdb-$VERSION.tar.bz2" 1.20 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.21 1.22 -DEPENDS="xorg-libXmu" 1.23 -BUILD_DEPENDS="pkg-config" 1.24 +DEPENDS="xorg-libX11 xorg-libXmu" 1.25 +BUILD_DEPENDS="xorg-util-macros xorg-libXmu-dev xorg-libX11-dev xorg-xproto" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - ./configure $CONFIGURE_ARGS && 1.32 - make && make install 1.33 + touch /root/missing 1.34 + 1.35 + ./configure $CONFIGURE_ARGS && make && make install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - mkdir -p $fs/usr 1.42 - cp -a $install/usr/bin $fs/usr 1.43 + cook_copy_folders bin 1.44 }