wok-current rev 14610

xorg-libXp: Fixed download path.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 03:02:24 2013 +0000 (2013-06-01)
parents 6a489592a614
children 2d6230d8c1ed
files xorg-libXp-dev/receipt xorg-libXp/receipt
line diff
     1.1 --- a/xorg-libXp-dev/receipt	Fri May 31 20:37:08 2013 +0000
     1.2 +++ b/xorg-libXp-dev/receipt	Sat Jun 01 03:02:24 2013 +0000
     1.3 @@ -1,7 +1,6 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXp-dev"
     1.7 -SOURCE="libXp"
     1.8  VERSION="1.0.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg module devel files."
     2.1 --- a/xorg-libXp/receipt	Fri May 31 20:37:08 2013 +0000
     2.2 +++ b/xorg-libXp/receipt	Sat Jun 01 03:02:24 2013 +0000
     2.3 @@ -6,11 +6,10 @@
     2.4  CATEGORY="development"
     2.5  SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices."
     2.6  MAINTAINER="rcx@zoominternet.net"
     2.7 +SOURCE="libXp"
     2.8  TARBALL="$SOURCE-$VERSION.tar.bz2"
     2.9  WEB_SITE="http://www.x.org/"
    2.10 -# This lib is missing from the current X11R7.4
    2.11 -#WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.12 -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/lib/$TARBALL"
    2.13 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.14  CROSS="bug: can not run test programm"
    2.15  
    2.16  DEPENDS="xorg-libXext"