mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
opensonic: revbump to update metadata objs.
This commit is contained in:
parent
d7d19c3588
commit
4f146018a1
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'opensonic'
|
# Template file for 'opensonic'
|
||||||
pkgname=opensonic
|
pkgname=opensonic
|
||||||
version=0.1.4
|
version=0.1.4
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="opensnc-src-${version}"
|
wrksrc="opensnc-src-${version}"
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="allegro4-devel libpng-devel libvorbis-devel desktop-file-utils"
|
makedepends="allegro4-devel libpng-devel libvorbis-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Open-source game based on the Sonic the Hedgehog universe"
|
short_desc="Open-source game based on the Sonic the Hedgehog universe"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -17,11 +17,9 @@ do_configure() {
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
vinstall icon.png 644 usr/share/${pkgname}
|
vinstall icon.png 644 usr/share/${pkgname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue