[arch-commits] Commit in lsdvd/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sun Apr 5 11:16:22 UTC 2020
Date: Sunday, April 5, 2020 @ 11:16:20
Author: arojas
Revision: 611828
archrelease: copy trunk to community-staging-x86_64
Added:
lsdvd/repos/community-staging-x86_64/
lsdvd/repos/community-staging-x86_64/PKGBUILD
(from rev 611827, lsdvd/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: lsdvd/repos/community-staging-x86_64/PKGBUILD (from rev 611827, lsdvd/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-05 11:16:20 UTC (rev 611828)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
+
+pkgname=lsdvd
+pkgver=0.17
+pkgrel=4
+pkgdesc="Console application that displays the content of a DVD"
+arch=('x86_64')
+url="https://sourceforge.net/projects/lsdvd/"
+license=('GPL2')
+depends=('libdvdread')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list