diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-01 20:21:01 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-01 20:21:01 +1000 |
commit | f3318d57d9bce082283287c3272b6c8236835cba (patch) | |
tree | 169e866c3b3c2036fdcee3d3e062fd686a5109bc /xplanet | |
parent | 72c1181634dd8ba615baea4cec2c95015701c8b5 (diff) | |
download | contrib-f3318d57d9bce082283287c3272b6c8236835cba.tar.gz contrib-f3318d57d9bce082283287c3272b6c8236835cba.tar.xz |
xplanet: changed dependency to xorg
Diffstat (limited to 'xplanet')
-rw-r--r-- | xplanet/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xplanet/Pkgfile b/xplanet/Pkgfile index a1b0a8b31..196835775 100644 --- a/xplanet/Pkgfile +++ b/xplanet/Pkgfile @@ -2,17 +2,18 @@ # URL: http://xplanet.sourceforge.net/ # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Danny Rawlins, romster at shortcircuit dot net dot au -# Depends on: libtiff, x11 +# Depends on: xine libtiff name=xplanet version=1.2.0 release=1 -source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) +source=(http://dl.sourceforge.net/sourceforge/xplanet/xplanet-$version.tar.gz) build() { - cd $name-$version + cd xplanet-$version ./configure --prefix=/usr - make && make DESTDIR=$PKG install + make + make DESTDIR=$PKG install find $PKG -name "README" -type f -exec rm {} \; } |