summaryrefslogtreecommitdiffstats
path: root/libowfat/PKGBUILD
blob: 6b3dffe715851e5f4df172c445f0923528e58392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Alexander Ulrich <a.ulrich@student.uni-tuebingen.de>
# Update: Mildred <silkensedai@online.fr>
# Update: henning mueller <henning@orgizm.net>
pkgname=libowfat
pkgver=0.28
pkgrel=1
pkgdesc="GPL reimplementation of libdjb"
arch=(i686 x86_64)
url=http://www.fefe.de/libowfat/
license=(GPL)
install=libowfat.install
source=(http://dl.fefe.de/$pkgname-$pkgver.tar.bz2)
md5sums=(6bbee9a86506419657d87123b7a6f2c1)

build() {
	cd $startdir/src/$pkgname-$pkgver/
	make DIET= || return 1
	make prefix=$startdir/pkg/usr/ LIBDIR=$startdir/pkg/usr/lib install
	cd $startdir/pkg/usr/man/man3
	mv buffer.3 buffer-libowfat.3
}