[arch-commits] Commit in capstone/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 10 10:29:39 UTC 2019


    Date: Sunday, November 10, 2019 @ 10:29:38
  Author: foutrelis
Revision: 524953

archrelease: copy trunk to community-staging-x86_64

Added:
  capstone/repos/community-staging-x86_64/PKGBUILD
    (from rev 524952, capstone/trunk/PKGBUILD)
Deleted:
  capstone/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   85 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 39 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-10 10:24:10 UTC (rev 524952)
+++ PKGBUILD	2019-11-10 10:29:38 UTC (rev 524953)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: M0Rf30
-
-pkgbase=capstone
-pkgname=('capstone' 'python-capstone' 'python2-capstone')
-pkgver=4.0.1
-pkgrel=3
-pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
-url='https://www.capstone-engine.org/index.html'
-arch=('x86_64')
-license=('BSD')
-makedepends=('glibc' 'python' 'python-setuptools' 'python2' 'python2-setuptools')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/capstone/archive/${pkgver}.tar.gz)
-sha256sums=('79bbea8dbe466bd7d051e037db5961fdb34f67c9fac5c3471dd105cfb1e05dc7')
-sha512sums=('43c52024065b41b45eff9423341db3f3d5163fa7aa01b360faa30437786740c8f2c34c36faa04dced5308e09d8bd78df3bad0ab9c06f98612169edb176f83c36')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-}
-
-package_capstone() {
-  depends=('glibc')
-  provides=('libcapstone.so')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 docs/README -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.TXT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python-capstone() {
-  depends=('capstone' 'python')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 ../../LICENSE.TXT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-capstone() {
-  depends=('capstone' 'python2')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 ../../LICENSE.TXT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: capstone/repos/community-staging-x86_64/PKGBUILD (from rev 524952, capstone/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-10 10:29:38 UTC (rev 524953)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: M0Rf30
+
+pkgbase=capstone
+pkgname=('capstone' 'python-capstone')
+pkgver=4.0.1
+pkgrel=3
+pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
+url='https://www.capstone-engine.org/index.html'
+arch=('x86_64')
+license=('BSD')
+makedepends=('glibc' 'python' 'python-setuptools')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/capstone/archive/${pkgver}.tar.gz)
+sha256sums=('79bbea8dbe466bd7d051e037db5961fdb34f67c9fac5c3471dd105cfb1e05dc7')
+sha512sums=('43c52024065b41b45eff9423341db3f3d5163fa7aa01b360faa30437786740c8f2c34c36faa04dced5308e09d8bd78df3bad0ab9c06f98612169edb176f83c36')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+}
+
+package_capstone() {
+  depends=('glibc')
+  provides=('libcapstone.so')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 docs/README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.TXT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python-capstone() {
+  depends=('capstone' 'python')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list