summaryrefslogtreecommitdiff
path: root/staging/socat/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:41:05 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:41:05 -0300
commit0d18015803bebeb58911bf791653597291056095 (patch)
treedf21e7972fd9d4555942dbad0bde22066ebf95f3 /staging/socat/PKGBUILD
parent2f352ca8b911d96566b10adc049f76a552ab93aa (diff)
parent3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/keysafe/PKGBUILD community/lesspipe/PKGBUILD community/xchat-systray-integration/PKGBUILD core/gen-init-cpio/PKGBUILD extra/xarchiver/PKGBUILD
Diffstat (limited to 'staging/socat/PKGBUILD')
-rw-r--r--staging/socat/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/staging/socat/PKGBUILD b/staging/socat/PKGBUILD
deleted file mode 100644
index 458009ce3..000000000
--- a/staging/socat/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 131647 2011-07-13 08:01:50Z bisson $
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
-# Contributor: Juergen Hoetzel <juergen@archlinux.org>
-# Contributor: John Proctor <jproctor@prium.net>
-
-pkgname=socat
-pkgver=1.7.1.3
-pkgrel=3
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --disable-libwrap # only required while base/base-devel uses tcp_wrappers
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}