diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2010-11-13 14:04:37 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2010-11-13 14:33:35 +1100 |
commit | cbe4fa2ac59166e1665b547bd14a78797423f161 (patch) | |
tree | 289751f92635e97f4686d2aece7a018e4a9f129d /foobillard | |
parent | e07b45eccab34549c3d62de35401c354979c86be (diff) | |
download | contrib-cbe4fa2ac59166e1665b547bd14a78797423f161.tar.gz contrib-cbe4fa2ac59166e1665b547bd14a78797423f161.tar.xz |
foobillard: update broken url and source
Diffstat (limited to 'foobillard')
-rw-r--r-- | foobillard/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/foobillard/Pkgfile b/foobillard/Pkgfile index 7f3827d84..dfba4c62b 100644 --- a/foobillard/Pkgfile +++ b/foobillard/Pkgfile @@ -1,5 +1,5 @@ # Description: OpenGL billard game. -# URL: http://foobillard.sunsite.dk/ +# URL: http://foobillard.sourceforge.net/ # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Daniel Walpole, daniel at walpole dot id dot au # Depends on: libpng libsdl freetype xorg-libxaw xorg-libxi @@ -7,14 +7,13 @@ name=foobillard version=3.0a release=2 -source=(http://foobillard.sunsite.dk/dnl/foobillard-$version.tar.gz \ +source=(http://downloads.sourceforge.net/project/$name/FooBillard-Sources/$name-$version.tar.gz foobillard-ttf-$version.patch) build() { - cd foobillard-$version + cd $name-$version patch -p 1 -i ../foobillard-ttf-$version.patch ./configure --prefix=/usr make make DESTDIR=$PKG install } - |