diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 21:01:44 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 21:24:35 -0300 |
commit | 920ef65639e65ca11d2970b8e189b64e8b421beb (patch) | |
tree | 480861a6dc893ec5b77527fec54bea5d12297eec | |
parent | 92eaa8308629d3bbb4a9c2058193ea14bf38d146 (diff) | |
download | aports-920ef65639e65ca11d2970b8e189b64e8b421beb.tar.bz2 aports-920ef65639e65ca11d2970b8e189b64e8b421beb.tar.xz |
community/asoundconf: remove
- Python2 only
- Last commit 4 years ago
-rw-r--r-- | community/asoundconf/APKBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/asoundconf/APKBUILD b/community/asoundconf/APKBUILD deleted file mode 100644 index c3f0c443c1..0000000000 --- a/community/asoundconf/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: Carlo Landmeter <clandmeter@gmail.com> -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="python2 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" - python2 setup.py build || return 1 -} - -package() { - cd "$builddir" - python2 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" |