summaryrefslogtreecommitdiff
path: root/social/tokyotyrant/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/tokyotyrant/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/tokyotyrant/PKGBUILD')
-rw-r--r--social/tokyotyrant/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/social/tokyotyrant/PKGBUILD b/social/tokyotyrant/PKGBUILD
deleted file mode 100644
index 3ac35e02f..000000000
--- a/social/tokyotyrant/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# # Maintainer (Arch): Angel Velasquez <angvp@archlinux.org>
-# Contributor (Arch): Paul Sadauskas <psadauskas@gmail.com>
-
-pkgname=tokyotyrant
-pkgver=1.1.41
-pkgrel=2
-pkgdesc="Network interface to TokyoCabinet"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.fallabs.com"
-license=('LGPL')
-makedepends=('gcc>=3.1' 'make' 'pkgconfig')
-depends=('zlib' 'bzip2' 'tokyocabinet>=1.4.27')
-source=("http://fallabs.com/$pkgname/$pkgname-$pkgver.tar.gz"
- "tokyotyrant.rc"
- "tokyotyrant.conf")
-
-md5sums=('a47e58897bd1cbbac173d5a66cc32ae3'
- '3ed9229c9cfb8e1b3055b814d5038799'
- '2558846ece69d1f265ee1ba5728c39cd')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" install
- install -m 644 -D ${srcdir}/tokyotyrant.conf $pkgdir/etc/conf.d/ttserver
- install -m 755 -D ${srcdir}/tokyotyrant.rc $pkgdir/etc/rc.d/ttserver
-}
-