wok diff xorg-dmxproto/receipt @ rev 14621

Up: cups to 1.6.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 10:12:35 2013 +0000 (2013-06-01)
parents 5fc2435b381d
children 5ddb4d29b420
line diff
     1.1 --- a/xorg-dmxproto/receipt	Tue Apr 24 17:23:18 2012 +0200
     1.2 +++ b/xorg-dmxproto/receipt	Sat Jun 01 10:12:35 2013 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-dmxproto"
     1.7 -VERSION="2.3"
     1.8 +VERSION="2.3.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg server protocol."
    1.11 +SHORT_DESC="DMX extension headers"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -SOURCE="dmxproto"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 +LICENSE="other"
    1.16  WEB_SITE="http://www.x.org/"
    1.17 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.19  
    1.20  DEPENDS="xorg-util-macros"
    1.21 @@ -16,18 +16,19 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26  	./configure \
    1.27  		--sysconfdir=/etc \
    1.28 -		--mandir=/usr/share/man \
    1.29  		--localstatedir=/var \
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make && make install
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39 +	mkdir -p $fs/usr/share/licenses
    1.40 +	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.41 +
    1.42  	cp -a $install/* $fs
    1.43  }
    1.44 -