wok-next diff xorg-setxkbmap/receipt @ rev 14422
elementary: update deps+bdeps
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 21:23:27 2013 +0200 (2013-04-23) |
parents | da3574ecc679 |
children | eb8067417980 |
line diff
1.1 --- a/xorg-setxkbmap/receipt Thu Mar 10 10:46:36 2011 +0000 1.2 +++ b/xorg-setxkbmap/receipt Tue Apr 23 21:23:27 2013 +0200 1.3 @@ -1,31 +1,33 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-setxkbmap" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.3.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Set the keyboard using the X Keyboard Extension." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -DEPENDS="xorg-xkeyboard-config" 1.13 SOURCE="setxkbmap" 1.14 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.x.org/" 1.16 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.17 1.18 +DEPENDS="xorg-xkeyboard-config" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.25 - --mandir=/usr/share/man --localstatedir=/var \ 1.26 - $CONFIGURE_ARGS && 1.27 - make && 1.28 - make DESTDIR=$PWD/_pkg install 1.29 + cd $src 1.30 + ./configure \ 1.31 + --sysconfdir=/etc \ 1.32 + --mandir=/usr/share/man \ 1.33 + --localstatedir=/var \ 1.34 + $CONFIGURE_ARGS && 1.35 + 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 $_pkg/usr/bin $fs/usr 1.43 + mkdir -p $fs/usr 1.44 + cp -a $install/usr/bin $fs/usr 1.45 } 1.46