# Maintainer: Icaro Perseo pkgname=hyena pkgver=0.5 pkgrel=1rvm source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2" \ "fix-makefile.diff" \ "hyena-dotnet4.patch") sourcetemplate="http://people.salixos.org/icaroperseo/14.1/gnome/$pkgname" docs=('NEWS' 'README' 'COPYING') url="https://wiki.gnome.org/Hyena/" slackdesc=\ ( #|-----handy-ruler---------------------------------------------------| "hyena (A .NET library that powers Banshee and PDF Mod, among others)" ) build() { # Acceding to the working directory. cd $startdir/src/$pkgname-$pkgver # Applying the patch files. patch -p1 < $startdir/src/fix-makefile.diff patch -p1 < $startdir/src/hyena-dotnet4.patch # Building the binary file. autoreconf -fiv -I build/m4/shamrock ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg/ }