wok rev 6510

Up: feh to 1.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 01 21:03:32 2010 +0000 (2010-10-01)
parents c90959c0a6b8
children 6c8a8acc0818
files feh/receipt
line diff
     1.1 --- a/feh/receipt	Fri Oct 01 20:48:34 2010 +0000
     1.2 +++ b/feh/receipt	Fri Oct 01 21:03:32 2010 +0000
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="feh"
     1.7 -VERSION="1.3.4"
     1.8 +VERSION="1.9"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Lightweight and powerful image viewer and composer"
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12  DEPENDS="imlib2 giblib jpeg libpng zlib xorg-libX11 freetype xorg-libXau \
    1.13  xorg-libXdmcp xorg-libXext xorg-libXinerama"
    1.14  BUILD_DEPENDS="imlib2-dev imlib2 giblib-dev giblib xorg-xproto xorg-xineramaproto xorg-libX11-dev libpng-dev jpeg-dev zlib-dev"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://linuxbrit.co.uk/feh/"
    1.17 -WGET_URL="http://linuxbrit.co.uk/downloads/$TARBALL"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19 +WEB_SITE="http://derf.homelinux.org/~derf/projects/feh/"
    1.20 +WGET_URL="http://derf.homelinux.org/~derf/projects/$PACKAGE/$TARBALL"
    1.21  TAGS="image photo viewer"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26  	cd $src
    1.27 -	./configure --prefix=/usr &&
    1.28 +	sed -i -e 's:/usr/local:/usr:g' config.mk &&
    1.29  	make &&
    1.30  	make DESTDIR=$src/_pkg install
    1.31  }