1 # Maintainer: Andreas B. Wagner <AndreasBWagner@gmail.com>
2 # Contributor: William Rea <sillywilly@gmail.com>
6 pkgdesc="The primary way of tagging files from the command line for leaftag"
8 url="http://www.chipx86.com/w/index.php/Leaftag"
10 depends=('libleaftag')
11 makedepends=('pkgconfig')
12 source=(http://releases.chipx86.com/leaftag/tagutils/$pkgname-$pkgver.tar.gz)
13 md5sums=('7982695e411f6ba558080cbefe5a7940')
16 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=$pkgdir install
21 # vim:set ts=2 sw=2 et: