[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Mon Jan 16 08:35:40 UTC 2017


    Date: Monday, January 16, 2017 @ 08:35:39
  Author: felixonmars
Revision: 207571

addpkg: simple-obfs 0.0.2-1

Added:
  simple-obfs/
  simple-obfs/repos/
  simple-obfs/trunk/
  simple-obfs/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: simple-obfs/trunk/PKGBUILD
===================================================================
--- simple-obfs/trunk/PKGBUILD	                        (rev 0)
+++ simple-obfs/trunk/PKGBUILD	2017-01-16 08:35:39 UTC (rev 207571)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: jiangxq <jiangxueqian at gmail dot com>
+# Contributor: zh99998 <zh99998 at gmail.com>
+# Contributor: 4679kun <admin at 4679 dot us>
+
+pkgname=simple-obfs
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='A simple obfusacting tool designed as plugin server of shadowsocks'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/simple-obfs'
+license=('GPL')
+depends=('libsodium' 'udns' 'libev')
+makedepends=('git' 'asciidoc' 'xmlto')
+source=("git+https://github.com/shadowsocks/simple-obfs.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd simple-obfs
+  ./configure --prefix=/usr --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd simple-obfs
+  make DESTDIR="$pkgdir/" install
+}


Property changes on: simple-obfs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list