From 27776157092750a25d09db410787329e66571c2a Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sat, 15 Oct 2016 03:20:27 +0200 Subject: community/asoundconf: move to community --- community/asoundconf/APKBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/asoundconf/APKBUILD (limited to 'community/asoundconf/APKBUILD') diff --git a/community/asoundconf/APKBUILD b/community/asoundconf/APKBUILD new file mode 100644 index 0000000000..a444aaebfa --- /dev/null +++ b/community/asoundconf/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: Sören Tempel +# Maintainer: Carlo Landmeter +pkgname=asoundconf +pkgver=1.2 +pkgrel=0 +pkgdesc="Get and set configuration parameters in ~/.asoundrc.asoundconf" +url="https://bitbucket.org/stativ/asoundconf" +arch="noarch" +license="GPL" +depends="python py-gtk" +depends_dev="" +makedepends="" +install="" +subpackages="$pkgname-doc" +source="$pkgname-${pkgver}.tar.gz::https://bitbucket.org/stativ/$pkgname/get/${pkgver}.tar.gz" + +builddir="$srcdir"/stativ-$pkgname-01a1f5320b0a + +build() { + cd "$builddir" + python setup.py build || return 1 +} + +package() { + cd "$builddir" + python setup.py install \ + --prefix=/usr \ + --root="$pkgdir" \ + --optimize=1 || return 1 +} + +md5sums="aa12135497217f248e70c6aee286f453 asoundconf-1.2.tar.gz" +sha256sums="55915ebfb6682b05d6706d70beba4359424fd7567b7b6edc1ad0b6f0686ff22b asoundconf-1.2.tar.gz" +sha512sums="16b0159564279b44cb3e1ac64b9cd4a5da0abc35a99a70672011ae154fb7f263d38ef08ce81d6b5ad6d813f91f2645e2868e2dedd0dccf575a7313802e5cbb87 asoundconf-1.2.tar.gz" -- cgit v1.2.3