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

Felix Yan felixonmars at archlinux.org
Thu Mar 9 03:48:43 UTC 2017


    Date: Thursday, March 9, 2017 @ 03:48:42
  Author: felixonmars
Revision: 215337

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-09 03:48:09 UTC (rev 215336)
+++ community-i686/PKGBUILD	2017-03-09 03:48:42 UTC (rev 215337)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: simple-obfs/repos/community-i686/PKGBUILD (from rev 215336, simple-obfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-09 03:48:42 UTC (rev 215337)
@@ -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.3
+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' 'libcork')
+makedepends=('git' 'asciidoc' 'xmlto')
+source=("git+https://github.com/shadowsocks/simple-obfs.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+  cd simple-obfs
+  patch -p1 -i debian/patches/0001-Use-libcork-dev-in-system.patch
+}
+
+build() {
+  cd simple-obfs
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd simple-obfs
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-09 03:48:09 UTC (rev 215336)
+++ community-x86_64/PKGBUILD	2017-03-09 03:48:42 UTC (rev 215337)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: simple-obfs/repos/community-x86_64/PKGBUILD (from rev 215336, simple-obfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-09 03:48:42 UTC (rev 215337)
@@ -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.3
+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' 'libcork')
+makedepends=('git' 'asciidoc' 'xmlto')
+source=("git+https://github.com/shadowsocks/simple-obfs.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+  cd simple-obfs
+  patch -p1 -i debian/patches/0001-Use-libcork-dev-in-system.patch
+}
+
+build() {
+  cd simple-obfs
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd simple-obfs
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list