[arch-commits] Commit in cmt/repos (community-x86_64 community-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Feb 6 17:00:18 UTC 2018
Date: Tuesday, February 6, 2018 @ 17:00:17
Author: arojas
Revision: 289409
archrelease: copy trunk to community-x86_64
Added:
cmt/repos/community-x86_64/
cmt/repos/community-x86_64/PKGBUILD
(from rev 289408, cmt/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: cmt/repos/community-x86_64/PKGBUILD (from rev 289408, cmt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-02-06 17:00:17 UTC (rev 289409)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Damir Perisa <damir.perisa at bluewin.ch>
+#Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=cmt
+pkgver=1.16
+pkgrel=6
+pkgdesc="CMT for LADSPA"
+arch=('x86_64')
+license=('GPL')
+url="http://www.ladspa.org"
+depends=('ladspa' 'gcc-libs')
+groups=('ladspa-plugins')
+#source=("http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz")
+source=(http://pkgs.fedoraproject.org/lookaside/extras/ladspa-cmt-plugins/cmt_src_1.16.tgz/15a875e5aaf79c209c223babfb41cb1c/cmt_src_1.16.tgz)
+md5sums=('15a875e5aaf79c209c223babfb41cb1c')
+
+build() {
+ cd "${srcdir}/${pkgname}/src"
+ sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
+ -e 's|-Werror||g' \
+ -i makefile
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}/src"
+ install -m755 -d "${pkgdir}/usr/lib/ladspa"
+ install -m755 ../plugins/cmt.so "${pkgdir}/usr/lib/ladspa/"
+}
More information about the arch-commits
mailing list