aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-08 22:28:15 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-09 11:55:49 +0100
commite09e3e08cfb86064c99bc5320b14a82c14e01673 (patch)
tree299ae0203b6483eac4aa5a4355421a1603354557 /testing
parent9b1499bd9c610e813b1ef685ccca74a37d1362ba (diff)
downloadaports-e09e3e08cfb86064c99bc5320b14a82c14e01673.tar.bz2
aports-e09e3e08cfb86064c99bc5320b14a82c14e01673.tar.xz
community/easytag: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/easytag/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/easytag/APKBUILD b/testing/easytag/APKBUILD
deleted file mode 100644
index ad45afc21b..0000000000
--- a/testing/easytag/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: David Demelier <markand@malikania.fr>
-# Maintainer: David Demelier <markand@malikania.fr>
-pkgname="easytag"
-pkgver=2.4.3
-pkgrel=0
-pkgdesc="audio file metadata editor"
-url="https://wiki.gnome.org/Apps/EasyTAG"
-arch="all"
-license="GPL-2.0-only AND GPL-3.0-only"
-makedepends="
- flac-dev
- desktop-file-utils
- gtk+3.0-dev
- intltool
- itstool
- id3lib-dev
- libid3tag-dev
- libogg-dev
- libvorbis-dev
- speex-dev
- opus-dev
- opusfile-dev"
-subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/easytag/${pkgver%.*}/easytag-$pkgver.tar.xz"
-
-build() {
- ./configure --prefix=/usr
- make
-}
-
-check() {
- make check
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="ef596341772ce7da3b7feec2c82a20ca29d25c2496074c469be5b8dd75d2b2718e689310e0d61de53bc29a4f54ce9f853a336e1a35076046fd107afd28699087 easytag-2.4.3.tar.xz"