summaryrefslogtreecommitdiff
path: root/social/sobby/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-27 06:05:47 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-27 06:05:47 -0300
commitd73f07b0acf8bae623e1e112a7cb3744a84a92ee (patch)
tree87a2b353ea5229bbe309ea9db9d43bf24e2a6fd8 /social/sobby/PKGBUILD
parentc001329b017288676a28aa6078bf16ad42e318e9 (diff)
parent0ff008e3c9dcc5ef088f481dfff3dcd121575598 (diff)
downloadabslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.tar.gz
abslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.tar.bz2
abslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
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 1f5bd9150..000000000
--- a/social/sobby/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer (Arch): 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')