opensonic: revbump to update metadata objs.
This commit is contained in:
parent
d7d19c3588
commit
4f146018a1
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'opensonic'
|
||||
pkgname=opensonic
|
||||
version=0.1.4
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="opensnc-src-${version}"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="allegro4-devel libpng-devel libvorbis-devel desktop-file-utils"
|
||||
makedepends="allegro4-devel libpng-devel libvorbis-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Open-source game based on the Sonic the Hedgehog universe"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -17,11 +17,9 @@ do_configure() {
|
|||
unset LDFLAGS
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
vinstall icon.png 644 usr/share/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue