[arch-commits] Commit in twolame/repos (2 files)

David Runge dvzrv at archlinux.org
Tue Dec 19 19:47:16 UTC 2017


    Date: Tuesday, December 19, 2017 @ 19:47:15
  Author: dvzrv
Revision: 274919

archrelease: copy trunk to community-testing-x86_64

Added:
  twolame/repos/community-testing-x86_64/
  twolame/repos/community-testing-x86_64/PKGBUILD
    (from rev 274918, twolame/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: twolame/repos/community-testing-x86_64/PKGBUILD (from rev 274918, twolame/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-19 19:47:15 UTC (rev 274919)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: farid abdelnour <farid at atelier-labs.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.org>
+
+pkgname=twolame
+pkgver=0.3.13
+pkgrel=8
+pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder"
+arch=('x86_64')
+url="http://www.twolame.org/"
+license=('LGPL')
+depends=('libsndfile')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('241ae5faebf05cb919959bb0545cb89e9b71cfb07f92a7118d864499ea4f0065ddaa646ab1482ffbcbca427d52c2436764074bd67fd19a1eb9979987f23163f7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list