diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-14 10:15:00 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-14 10:18:38 +0200 |
commit | f6d422e7ff1fae46b2ac1d4c3f6328bf2f904632 (patch) | |
tree | 58efebc3979265bdf28847190a2c7d6cc2fd2a20 | |
parent | 6f4e47c398511b4fe32e62bcc9aa875c438a142c (diff) | |
download | aports-f6d422e7ff1fae46b2ac1d4c3f6328bf2f904632.tar.bz2 aports-f6d422e7ff1fae46b2ac1d4c3f6328bf2f904632.tar.xz |
community/sound-theme-freedesktop: fix license
* Adopt package
* Fix lints
-rw-r--r-- | community/sound-theme-freedesktop/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/sound-theme-freedesktop/APKBUILD b/community/sound-theme-freedesktop/APKBUILD index 4017b58d48..03b5a1691b 100644 --- a/community/sound-theme-freedesktop/APKBUILD +++ b/community/sound-theme-freedesktop/APKBUILD @@ -1,24 +1,21 @@ +# Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=sound-theme-freedesktop pkgver=0.8 pkgrel=0 pkgdesc="Desktop sound theme from Freedesktop" url="https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/" arch="noarch" -license="custom" # See CREDITS file -depends="" +license="CC-BY-SA-3.0 AND GPL-2.0-or-later AND GPL-2.0-only AND CC-BY-3.0" makedepends="intltool" -source="https://people.freedesktop.org/~mccann/dist/$pkgname-$pkgver.tar.bz2" +source="https://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-$pkgver.tar.bz2" options="!check" # No test suite -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" ./configure --prefix=/usr make } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |