summaryrefslogtreecommitdiff
path: root/extra/libburn/PKGBUILD
blob: c8ba4090291202be412a2774f47e2eca655b113a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 192276 2013-08-09 14:16:57Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>

pkgname=libburn
pkgver=1.3.2 # .pl01
pkgrel=1
pkgdesc="Library for reading, mastering and writing optical discs"
arch=('i686' 'x86_64')
url="http://libburnia-project.org"
license=('GPL')
depends=('glibc')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
options=('!libtool' '!emptydirs')
md5sums=('3c6ee25f172ff28e7b5e5de4f9f26ba9'
         'SKIP')

build() {
  cd ${pkgname}-${pkgver} # /.pl01/}
  ./configure --prefix=/usr --disable-static
  make
}

package() {
  cd ${pkgname}-${pkgver} # /.pl01/}
  make DESTDIR=${pkgdir} install
}