APKBUILD.proto: use sourceforge as example for source

This commit is contained in:
Natanael Copa 2009-01-07 08:46:40 +00:00
parent 0c9cb860be
commit e4d3099995

View File

@ -14,7 +14,7 @@ license='GPL'
depends=""
makedepends=""
install=
source="$pkgname-$pkgver.tar.gz"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
build() {
cd "$srcdir/$pkgname-$pkgver"