wok-stable diff xorg-inputproto/receipt @ rev 6272

Up: wormux to 0.9.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Sep 15 01:12:54 2010 +0000 (2010-09-15)
parents 83c0f98edefc
children 4e4cf23c531e
line diff
     1.1 --- a/xorg-inputproto/receipt	Mon May 11 22:24:47 2009 +0200
     1.2 +++ b/xorg-inputproto/receipt	Wed Sep 15 01:12:54 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-inputproto"
     1.7 -VERSION="1.4.4"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,8 +17,8 @@
    1.13      cd $src
    1.14      ./configure --prefix=/usr --sysconfdir=/etc \
    1.15      --mandir=/usr/share/man --localstatedir=/var \
    1.16 -    $CONFIGURE_ARGS
    1.17 -    make
    1.18 +    $CONFIGURE_ARGS &&
    1.19 +    make &&
    1.20      make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22