[arch-commits] Commit in simple-obfs/repos (4 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 6 14:21:43 UTC 2017


    Date: Monday, November 6, 2017 @ 14:21:42
  Author: felixonmars
Revision: 265534

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: simple-obfs/repos/community-staging-i686/PKGBUILD (from rev 265533, simple-obfs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-11-06 14:21:42 UTC (rev 265534)
@@ -0,0 +1,34 @@
+# $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.4
+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=('c-ares' 'libev' 'libcork')
+makedepends=('asciidoc' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/simple-obfs/archive/v$pkgver.tar.gz")
+sha512sums=('ab0568ce0d793675f3c8266efe30c809f8a5b2c21d795a31a29cc03ecc8d5196dc118eb43ba8d68d6bd4de2398664c4cd73abc7aa422ea06a8468a4abba2c4d2')
+
+prepare() {
+  cd simple-obfs-$pkgver
+  patch -p1 -i debian/patches/0001-Use-libcork-dev-in-system.patch
+}
+
+build() {
+  cd simple-obfs-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd simple-obfs-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: simple-obfs/repos/community-staging-x86_64/PKGBUILD (from rev 265533, simple-obfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-11-06 14:21:42 UTC (rev 265534)
@@ -0,0 +1,34 @@
+# $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.4
+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=('c-ares' 'libev' 'libcork')
+makedepends=('asciidoc' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/simple-obfs/archive/v$pkgver.tar.gz")
+sha512sums=('ab0568ce0d793675f3c8266efe30c809f8a5b2c21d795a31a29cc03ecc8d5196dc118eb43ba8d68d6bd4de2398664c4cd73abc7aa422ea06a8468a4abba2c4d2')
+
+prepare() {
+  cd simple-obfs-$pkgver
+  patch -p1 -i debian/patches/0001-Use-libcork-dev-in-system.patch
+}
+
+build() {
+  cd simple-obfs-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd simple-obfs-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list