neverball: extract update_* to external update file
This commit is contained in:
parent
5d22d65840
commit
af194d1829
|
@ -10,7 +10,6 @@ homepage="http://www.neverball.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
|
distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
|
||||||
checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0
|
checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0
|
||||||
update_site="$homepage/download.php"
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} ENABLE_NLS=1 DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale
|
make ${makejobs} ENABLE_NLS=1 DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
site="$homepage/download.php"
|
Loading…
Reference in New Issue