Date: Monday, January 16, 2017 @ 08:36:05
  Author: felixonmars
Revision: 207572

archrelease: copy trunk to community-i686, community-x86_64

Added:
  simple-obfs/repos/community-i686/
  simple-obfs/repos/community-i686/PKGBUILD
    (from rev 207571, simple-obfs/trunk/PKGBUILD)
  simple-obfs/repos/community-x86_64/
  simple-obfs/repos/community-x86_64/PKGBUILD
    (from rev 207571, simple-obfs/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: simple-obfs/repos/community-i686/PKGBUILD (from rev 207571, 
simple-obfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-01-16 08:36:05 UTC (rev 207572)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: jiangxq <jiangxueqian at gmail dot com>
+# Contributor: zh99998 <[email protected]>
+# 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
+}

Copied: simple-obfs/repos/community-x86_64/PKGBUILD (from rev 207571, 
simple-obfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-16 08:36:05 UTC (rev 207572)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: jiangxq <jiangxueqian at gmail dot com>
+# Contributor: zh99998 <[email protected]>
+# 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
+}

Reply via email to