upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / lsdvd / repos / community-x86_64 / PKGBUILD
bloba2abde492193b697ceb79df0c60e9649dca16826
1 # Maintainer: Jonathan Steel <jsteel at archlinux.org>
2 # Contributor: Aaron Griffin <aaron@archlinux.org>
3 # Contributor: Mathieu Clabaut <mathieu.clabaut@gmail.com>
5 pkgname=lsdvd
6 pkgver=0.17
7 pkgrel=4
8 pkgdesc="Console application that displays the content of a DVD"
9 arch=('x86_64')
10 url="https://sourceforge.net/projects/lsdvd/"
11 license=('GPL2')
12 depends=('libdvdread')
13 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
14 md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
16 build() {
17   cd $pkgname-$pkgver
19   ./configure --prefix=/usr
21   make
24 package() {
25   cd $pkgname-$pkgver
27   make DESTDIR="$pkgdir" install