[arch-commits] Commit in simple-obfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Nov 16 15:54:00 UTC 2017


    Date: Thursday, November 16, 2017 @ 15:53:59
  Author: felixonmars
Revision: 267001

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-16 15:53:36 UTC (rev 267000)
+++ PKGBUILD	2017-11-16 15:53:59 UTC (rev 267001)
@@ -1,34 +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.5
-pkgrel=1
-pkgdesc='A simple obfusacting tool designed as plugin server of shadowsocks'
-arch=('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=('aadb812d5a57fea664958b66aae0c5be5e82309758706181ed5f1c76a986c1a6eaa82a6cb8b242052a951dd2d9d178d734f04052be887b5dd8f336808db61bcb')
-
-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-x86_64/PKGBUILD (from rev 267000, simple-obfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-16 15:53:59 UTC (rev 267001)
@@ -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.5
+pkgrel=2
+pkgdesc='A simple obfusacting tool designed as plugin server of shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/simple-obfs'
+license=('GPL')
+depends=('libev' 'libcork')
+makedepends=('asciidoc' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/simple-obfs/archive/v$pkgver.tar.gz")
+sha512sums=('aadb812d5a57fea664958b66aae0c5be5e82309758706181ed5f1c76a986c1a6eaa82a6cb8b242052a951dd2d9d178d734f04052be887b5dd8f336808db61bcb')
+
+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
+  make
+}
+
+package() {
+  cd simple-obfs-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list