diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /extra/lsdvd/PKGBUILD | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'extra/lsdvd/PKGBUILD')
-rw-r--r-- | extra/lsdvd/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/lsdvd/PKGBUILD b/extra/lsdvd/PKGBUILD deleted file mode 100644 index 0323625d6..000000000 --- a/extra/lsdvd/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 150946 2012-02-24 09:46:48Z pierre $ -# Maintainer: Aaron Griffin <aaron@archlinux.org> - -pkgname=lsdvd -pkgver=0.16 -pkgrel=6 -pkgdesc="A C application for reading the contents of a DVD and printing the contents to your terminal" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/lsdvd/" -depends=('libdvdread') -license=('GPL2') -#Special thanks to Mathieu Clabaut <mathieu.clabaut@gmail.com> for patches -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'stdint_usage.patch') -md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7' - '6cbcbfde873f894bd3c784f65141b2fc') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/stdint_usage.patch" - ./configure --prefix=/usr --mandir=/usr/share/man - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} |