wok diff xorg-inputproto/receipt @ rev 14605

Up: youtube-dl to 2013.05.23.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 31 19:59:16 2013 +0000 (2013-05-31)
parents d3f5bbca92b8
children 5ddb4d29b420
line diff
     1.1 --- a/xorg-inputproto/receipt	Tue Apr 24 18:46:53 2012 +0200
     1.2 +++ b/xorg-inputproto/receipt	Fri May 31 19:59:16 2013 +0000
     1.3 @@ -1,31 +1,34 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-inputproto"
     1.7 -VERSION="2.2"
     1.8 +VERSION="2.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg server module."
    1.11 +SHORT_DESC="Input extension headers"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -DEPENDS="xorg-util-macros"
    1.14 +LICENSE="other"
    1.15 +WEB_SITE="http://www.x.org/"
    1.16 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.18 +
    1.19 +DEPENDS="xorg-xproto"
    1.20  BUILD_DEPENDS="xorg-util-macros"
    1.21 -SOURCE="inputproto"
    1.22 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.23 -WEB_SITE="http://www.x.org/"
    1.24 -WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    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 +		$CONFIGURE_ARGS &&
    1.37 +	make &&
    1.38 +	make install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42  genpkg_rules()
    1.43  {
    1.44 +	mkdir -p $fs/usr/share/licenses
    1.45 +	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.46 +
    1.47  	cp -a $install/* $fs
    1.48  }