summaryrefslogtreecommitdiff
path: root/social/sobby/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'social/sobby/PKGBUILD')
-rw-r--r--social/sobby/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/social/sobby/PKGBUILD b/social/sobby/PKGBUILD
deleted file mode 100644
index 50f847db9..000000000
--- a/social/sobby/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Thomas Jost <schnouki@schnouki.net>
-pkgname=sobby
-pkgver=0.4.8
-pkgrel=1
-pkgdesc="Standalone obby server"
-url="http://gobby.0x539.de/trac/"
-license="GPL"
-depends=('obby=0.4.8' 'libxml++')
-makedepends=('pkgconfig' 'net6>=1.3.12')
-arch=('i686' 'x86_64' 'mips6el')
-source=(http://releases.0x539.de/sobby/sobby-$pkgver.tar.gz{,.sig})
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-}
-md5sums=('1f7cf8c09cdeddbf2152843b28f73ce1'
- '96822427ab95289ebb1520e6353c5d3c')