[arch-commits] Commit in cuetools/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:31:35 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:31:34
  Author: felixonmars
Revision: 658933

archrelease: copy trunk to community-staging-x86_64

Added:
  cuetools/repos/community-staging-x86_64/
  cuetools/repos/community-staging-x86_64/PKGBUILD
    (from rev 658932, cuetools/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: cuetools/repos/community-staging-x86_64/PKGBUILD (from rev 658932, cuetools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:31:34 UTC (rev 658933)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=cuetools
+pkgver=1.4.1
+pkgrel=4
+pkgdesc="Cue and toc file parsers and utilities"
+arch=('x86_64')
+url="https://github.com/svend/cuetools"
+#url="http://developer.berlios.de/projects/cuetools/"
+license=('GPL')
+depends=('glibc')
+optdepends=('id3v2: mp3 support in cuetag (does not require mutagen)'
+            'mutagen-tools: mp3 support in cuetag (does not require id3v2)')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svend/cuetools/archive/${pkgver}.tar.gz")
+sha512sums=('dc81e6ec756f9d040dd913e8f340be136d68619caa24bdec21364f94b4fc0ffcbcf21325c7fd53c9230d6d70a2856b45a32c5ca7f41ec76fa47298bf226d959e')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  autoheader
+  automake --force-missing --add-missing
+  autoconf
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list