Compare commits

...

4 Commits

Author SHA1 Message Date
an 8224ff8f50 add uade template 2019-10-29 00:22:27 -04:00
an fc1086b939 use $version in distfile names 2019-10-28 23:59:05 -04:00
an 475b13eadb add maxcso template 2019-10-28 23:51:34 -04:00
an 9d6576d951 add gc-shrink template 2019-10-28 23:00:20 -04:00
7 changed files with 78 additions and 5 deletions

4
TODO
View File

@ -1,11 +1,10 @@
bsnes-plus
cc65
crosstool-ng-git
ericw-tools
gc-shrink
gdcc-git
gitahead
gmqcc-git
maxcso
minecraft-server-fabric
motsognir
obs-linuxbrowser-bin
@ -14,6 +13,5 @@ previous-svn
qjoypad
quakespasm-spiked-git
trenchbroom
uade
xf86-input-xwiimote-git
xwiimote-git

View File

@ -0,0 +1,19 @@
# Template file for 'gc-shrink'
pkgname=gc-shrink
version=0.2
revision=1
hostmakedepends="unzip"
short_desc="Removes garbage from GameCube images"
maintainer="Alison Watson <marrub@greyserv.net>"
license="custom:gc-shrink"
homepage="http://www.gotwalls.com/"
distfiles="http://www.gotwalls.com/files/gc-shrink-${version}.zip"
checksum=547e092e306f99c52685a517af992c562b8de766cd02186caecfb7f1b2620cab
do_build() {
cc -DUNIX -o gc-shrink src/gc-shrink.c
}
do_install() {
vbin gc-shrink
}

12
srcpkgs/maxcso/template Normal file
View File

@ -0,0 +1,12 @@
# Template file for 'maxcso'
pkgname=maxcso
version=1.11.0
revision=1
build_style=gnu-makefile
makedepends="libuv-devel liblz4-devel zlib-devel"
short_desc="A fast ISO to CSO compression program"
maintainer="Alison Watson <marrub@greyserv.net>"
license="ISC"
homepage="https://github.com/unknownbrackets/maxcso"
distfiles="https://github.com/unknownbrackets/maxcso/archive/v${version}.tar.gz"
checksum=5b14674674cc269e8436f1454f3d0386291141fa3a1ad320f6f4de151e3ac3e1

View File

@ -6,7 +6,7 @@ short_desc="NDS file trimmer"
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/stefansundin/ndstrim"
distfiles="https://github.com/stefansundin/ndstrim/releases/download/downloads/ndstrim-1.27.5.tar.bz2"
distfiles="https://github.com/stefansundin/ndstrim/releases/download/downloads/ndstrim-${version}.tar.bz2"
checksum=e4c8b5636680189a935952cedc244e58e1e95fb7d163b981ea1bb35b751f016f
do_build() {

View File

@ -0,0 +1,29 @@
--- configure.orig 2009-10-29 17:01:12.000000000 -0400
+++ configure 2019-10-29 00:18:41.957673002 -0400
@@ -27,7 +27,6 @@
fi
debug_flags="-g"
-packageprefix=""
user="no"
usexmms="yes"
useaudacious="yes"
@@ -55,9 +54,6 @@
--prefix=*)
prefix=`echo $opt | sed -n 's/--prefix=\(.*\)/\1/p'`
;;
- --package-prefix=*)
- packageprefix=`echo $opt | sed -n 's/--package-prefix=\(.*\)/\1/p'`
- ;;
--bindir=*)
bindir=`echo $opt | sed -n 's/--bindir=\(.*\)/\1/p'`
@@ -627,7 +623,7 @@
-e "s|{BINDIR}|$bindir|g" \
-e "s|{MANDIR}|$mandir|g" \
-e "s|{LIBDIR}|$uadelibdir|g" \
- -e "s|{PACKAGEPREFIX}|$packageprefix|g" \
+ -e "s|{PACKAGEPREFIX}|\$(DESTDIR)|g" \
-e "s|{UADECORENAME}|$UADECORENAME|g" \
-e "s|{UADECORE}|$uadecorerule|g" \
-e "s|{UADECOREINSTALL}|$uadecoreinstallrule|g" \

15
srcpkgs/uade/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'uade'
pkgname=uade
version=2.13
revision=1
build_style=configure
configure_args="--prefix=/usr --user=no --without-audacious --without-uadefs
--without-xmms"
hostmakedepends="pkg-config"
makedepends="libao-devel"
short_desc="Plays old Amiga tunes through UAE emulation"
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/uade/"
distfiles="http://zakalwe.fi/uade/uade2/uade-${version}.tar.bz2"
checksum=3b194e5aebbfa99d3708d5a0b5e6bd7dc5d1caaecf4ae9b52f8ff87e222dd612

View File

@ -9,7 +9,7 @@ short_desc="A GPL node builder for Doom"
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-2.0-or-later"
homepage="http://www.mrousseau.org/programs/ZenNode"
distfiles="http://www.mrousseau.org/programs/ZenNode/archives/zennode-1.2.1.zip"
distfiles="http://www.mrousseau.org/programs/ZenNode/archives/zennode-${version}.zip"
checksum=137b50f9bc6efc69aebca4233bd3924a9ed21260855e6e37ed098486f90bd212
build_wrksrc=src/ZenNode