kdegames: removed useless stuff, changed maintainer

pull/3/head
Pawel 'l0ner' Soltys 12 years ago
parent eeb9966cae
commit 40fea054fd

@ -1,4 +1,5 @@
# Maintainer: Calvin Morrison <mutantturkey@gmail.com>
# Maintainer: Pawel 'l0ner' Soltys <pwslts@gmail.com>
# Contributor: Calvin Morrison <mutantturkey@gmail.com>
pkgname=trinity-kdegames
pkgver=3513
@ -12,10 +13,8 @@ depends=('trinity-kdelibs')
makedepends=('pkgconfig' 'autoconf' 'automake')
options=('libtool' '!strip')
source=(http://mirror.ets.kth.se/trinity/releases/3.5.13/kdegames-3.5.13.tar.gz)
source=(http://anduin.linuxfromscratch.org/sources/trinity/kdegames-3.5.13.tar.gz)
md5sums=('6c63e161050939f53921bfceb923a19e')
_builddir=kdegames
_prefix=/opt/trinity
build() {
@ -28,7 +27,7 @@ build() {
#patch -N -d ${srcdir} -p0 < kdegames.patch
msg "Starting automake..."
cd "$srcdir/${_builddir}"
cd "$srcdir/kdegames"
cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
make -f admin/Makefile.common
@ -46,6 +45,6 @@ build() {
package() {
msg "Packaging - $pkgname-$pkgver"
cd ${srcdir}/${_builddir}
cd ${srcdir}/kdegames
make DESTDIR="${pkgdir}" install
}

Loading…
Cancel
Save