summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d00e64adf3decbea308dd747037e87a5a77ecca3 (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
# Maintainer: Andreas Hauser <andy-aur@splashground.de>

pkgbase=ffindex
pkgdesc="simple index/database for huge amounts of small files"
pkgver=0.9.9.5
pkgrel=1
url=http://www.splashground.de/~andy/programs/FFindex
arch=i686
arch=x86_64
license=('CCPL:cc-by-sa-3.0')
source=http://www.splashground.de/~andy/programs/FFindex/ffindex-${pkgver}.tar.gz
sha256sums=53f8f981916da76abc33f9e5af7734e668481965dc52355a0ee360315d09e3f6
pkgname=ffindex


build() {
	cd ${srcdir}/${pkgname}-${pkgver}
	make
}

package() {
	cd ${srcdir}/${pkgname}-${pkgver}
	make INSTALL_DIR=${pkgdir}/usr install
  mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
}