~alpine/aports

testing/libmatemixer: new aport v1 PROPOSED

Alan Lacerda: 1
 testing/libmatemixer: new aport

 1 files changed, 46 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1706/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/libmatemixer: new aport Export this patch

---
 testing/libmatemixer/APKBUILD | 46 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 testing/libmatemixer/APKBUILD
diff --git a/testing/libmatemixer/APKBUILD b/testing/libmatemixer/APKBUILD
new file mode 100644
index 0000000..32fd8d9
--- /dev/null
+++ b/testing/libmatemixer/APKBUILD
@@ -0,0 +1,46 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer:
pkgname=libmatemixer
pkgver=1.9.90
pkgrel=0
pkgdesc="A mixer library for MATE desktop"
url="http://git.mate-desktop.org/libmatemixer/"
arch="all"
license="GPL"
depends=""
depends_dev=""
makedepends="$depends_dev intltool glib-dev"
install=""
subpackages="$pkgname-doc $pkgname-dev $pkgname-lang"
source="http://pub.mate-desktop.org/releases/1.9/libmatemixer-1.9.90.tar.xz"

_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	./configure \
                --build=$CBUILD \
                --host=$CHOST \
                --prefix=/usr \
                || return 1
        make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="${pkgdir}" install || return 1
	find "$pkgdir" -name \*.la -delete
}

md5sums="f7e74412d6b45cda7e681deac597b5b8  libmatemixer-1.9.90.tar.xz"
sha256sums="b6a64406992b6bf04311bd59ed12e06c58374c2e576651308cf78f23765bf3a5  libmatemixer-1.9.90.tar.xz"
sha512sums="b524bf51e03ae69b2390d9a370517e54fa34b4b0b27a9558fdc3d0cc1df30f2867bf9c8f2966815baf6cfc7c6fbff27607377c9e9d49304871008af95a042b95  libmatemixer-1.9.90.tar.xz"
-- 
2.3.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---