updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / audacious-deletesong / PKGBUILD
blobfed153866a91fe2ef8bc0ede3d91290816f7086d
1 # Contributor:  Leslie P. Polzer <polzer@stardawn.org>
2 #               http://blog.viridian-project.de/
3 pkgname=audacious-deletesong
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Allows you to physically delete a file in the playlist."
7 url="http://lclark.edu/~dennis/"
8 license="GPL"
9 arch=('i686')
10 depends=('audacious')
11 makedepends=()
12 source=(http://lclark.edu/~dennis/$pkgname-$pkgver.tar.gz)
13 md5sums=('88db3d0824ffbbd9fb5f8a9b8e556214')
14 sha1sums=('0d41a740082c47a28647e89025624779a4929972')
16 build() {
17   cd $startdir/src/$pkgname-$pkgver
19   ./configure --prefix=/usr
21   make || return 1
22   make DESTDIR=$startdir/pkg install