summaryrefslogtreecommitdiff
path: root/community/iodine
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
committerroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
commit3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (patch)
tree961d6e0475cac3875e6a31b558861367da0c93d8 /community/iodine
parent53939c2b159d972c48fc2f3652408632c71be77b (diff)
Tue Sep 3 01:50:53 PDT 2013
Diffstat (limited to 'community/iodine')
-rw-r--r--community/iodine/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/community/iodine/PKGBUILD b/community/iodine/PKGBUILD
new file mode 100644
index 000000000..c84453015
--- /dev/null
+++ b/community/iodine/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 96596 2013-09-02 07:16:12Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Christian Hesse <mail@eworm.de>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: nofxx <x@nofxx.com>
+
+pkgname=iodine
+pkgver=0.6.0rc1
+pkgrel=2
+pkgdesc='Tunnel IPv4 data through a DNS server'
+arch=('i686' 'x86_64')
+url='http://code.kryo.se/iodine'
+license=('custom:ISC')
+depends=('zlib')
+source=("http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz")
+
+build() {
+ cd ${pkgname}-${pkgver/rc/-rc}/
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver/rc/-rc}/
+
+ make prefix=/usr sbindir=/usr/bin DESTDIR="${pkgdir}" install
+ install -d "${pkgdir}/usr/share/licenses/iodine"
+ sed -n '/AUTHORS & LICENSE/,$p' README > "${pkgdir}/usr/share/licenses/iodine/LICENSE"
+}
+
+sha256sums=('dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60')