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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 5 15:20:00 UTC 2015


    Date: Saturday, December 5, 2015 @ 16:19:59
  Author: foutrelis
Revision: 148460

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

Added:
  mac/repos/community-staging-i686/
  mac/repos/community-staging-i686/PKGBUILD
    (from rev 148459, mac/trunk/PKGBUILD)
  mac/repos/community-staging-x86_64/
  mac/repos/community-staging-x86_64/PKGBUILD
    (from rev 148459, mac/trunk/PKGBUILD)

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

Copied: mac/repos/community-staging-i686/PKGBUILD (from rev 148459, mac/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 15:19:59 UTC (rev 148460)
@@ -0,0 +1,30 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
+
+pkgname=mac
+pkgver='3.99u4b5'
+_pkgver='3.99-u4-b5-s7'
+pkgrel=8
+pkgdesc='APE codec and decompressor'
+arch=('i686' 'x86_64')
+url='http://etree.org/shnutils/shntool/'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('yasm')
+_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
+source=("${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz")
+md5sums=('74df3c96476636387ddd12255b03bebe')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${_pkgver}
+
+  CXXFLAGS="-DSHNTOOL" ./configure --prefix=/usr --enable-assembly=yes 
+  CXXFLAGS="-DSHNTOOL" make
+}
+package() {
+  cd "${srcdir}"/${pkgname}-${_pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 src/License.htm \
+      "${pkgdir}"/usr/share/licenses/${pkgname}/license.htm
+}

Copied: mac/repos/community-staging-x86_64/PKGBUILD (from rev 148459, mac/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 15:19:59 UTC (rev 148460)
@@ -0,0 +1,30 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
+
+pkgname=mac
+pkgver='3.99u4b5'
+_pkgver='3.99-u4-b5-s7'
+pkgrel=8
+pkgdesc='APE codec and decompressor'
+arch=('i686' 'x86_64')
+url='http://etree.org/shnutils/shntool/'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('yasm')
+_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
+source=("${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz")
+md5sums=('74df3c96476636387ddd12255b03bebe')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${_pkgver}
+
+  CXXFLAGS="-DSHNTOOL" ./configure --prefix=/usr --enable-assembly=yes 
+  CXXFLAGS="-DSHNTOOL" make
+}
+package() {
+  cd "${srcdir}"/${pkgname}-${_pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 src/License.htm \
+      "${pkgdir}"/usr/share/licenses/${pkgname}/license.htm
+}



More information about the arch-commits mailing list