summaryrefslogtreecommitdiff
path: root/community/xplanet/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/xplanet/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xplanet/PKGBUILD')
-rw-r--r--community/xplanet/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/xplanet/PKGBUILD b/community/xplanet/PKGBUILD
deleted file mode 100644
index a05cfd112..000000000
--- a/community/xplanet/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 94933 2013-08-01 07:01:30Z bpiotrowski $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: dorphell <dorphell@archlinux.org>
-# Committer: Judd Vinet <jvinet@zeroflux.org>
-
-pkgname=xplanet
-pkgver=1.3.0
-pkgrel=3
-pkgdesc="An Xearth wannabe"
-arch=(i686 x86_64)
-url="http://xplanet.sourceforge.net/"
-license=('GPL')
-depends=('pango' 'libungif' 'libtiff' 'libxss')
-source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
- giflib6.patch)
-md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'
- '74e1894304fe3b7caf0b3ddf3c471b0b')
-
-prepare() {
- cd $srcdir/$pkgname-$pkgver
- patch -p1 <$srcdir/giflib6.patch
-}
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- unset LDFLAGS
- ./configure --prefix=/usr --with-freetype
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr install
-}