updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lebiniou-data / PKGBUILD
blob7a4d7f52650933393e345965d5bea66792714d49
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
3 pkgname=lebiniou-data
4 pkgver=3.9
5 pkgrel=1
6 pkgdesc="A program which creates images from sound, in an intelligent way. Data files."
7 arch=(any)
8 url="http://biniou.net/"
9 license=('GPL')
10 source=("http://dl.biniou.net/biniou/tar/$pkgname-$pkgver.tar.gz")
11 md5sums=('d1b8f699a0a934fb807909607823cfeb')
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
16   # set schemes dir path in /etc/lebiniou
17   sed -i "s|\(schemesdir = \).*|\1\$(sysconfdir)/lebiniou|g" etc/Makefile.*
19   ./configure --prefix=/usr \
20               --sysconfdir=/etc
21   make
24 package() {
25   cd "$srcdir/$pkgname-$pkgver"
27   make DESTDIR="$pkgdir/" install
30 # vim:set ts=2 sw=2 et: