updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / cddetect / PKGBUILD
blobe30614e8344721f64238713b8340594213727df4
1 # Maintainer: kfgz <kfgz at interia pl>
2 # Contributor: hauzer <alokinpwn at gmail dot com>
4 pkgname=cddetect
5 pkgver=2.1
6 pkgrel=1
7 pkgdesc="This program tries to detect the type of a CD/DVD without mounting it. It detects audio, ISO, VCD, SVCD and Video-DVD."
8 arch=('i686' 'x86_64')
9 url="http://www.bellut.net/projects.html"
10 license=('GPL2')
11 source=("http://www.bellut.net/files/${pkgname}-${pkgver}.tar.gz"
12         "limits.patch")
13 md5sums=('b57bd61f2fc3b46e60daf2dda56fbde1'
14          'bd09d9131310cb9f2a64eb34b2f0c268')
16 build() {
17   cd "${srcdir}"
18   patch ${pkgname}.c limits.patch
19   make
22 package() {
23   mkdir -p "${pkgdir}"/usr/bin
24   install -m755 "${srcdir}"/${pkgname} "${pkgdir}"/usr/bin