diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
commit | 0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch) | |
tree | d6f6cf5d6939e1f030a48d3711d3606570afd08f /social/sobby/PKGBUILD | |
parent | ed9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff) | |
download | abslibre-0ff008e3c9dcc5ef088f481dfff3dcd121575598.tar.gz abslibre-0ff008e3c9dcc5ef088f481dfff3dcd121575598.tar.bz2 abslibre-0ff008e3c9dcc5ef088f481dfff3dcd121575598.zip |
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/sobby/PKGBUILD')
-rw-r--r-- | social/sobby/PKGBUILD | 24 |
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') |