1 # Contributor: Lex Rivera <x-demon@x-demon.org>
5 pkgdesc="library with different classes for data structures, daemons, mysql, sockets, cgi, oss (mixer by now) management and much more."
7 url="http://sorcerynet.org"
13 source=(http://www.sorcerynet.org/downloads/libv2-${pkgver}.tar.gz)
15 md5sums=('94516d0716a0ef0226d0ce6b0bb1710d')
19 msg "Building sources"
21 msg "Make finished, making tgz dist file"
22 make dist_tgz || return 1
23 msg "Copying to pkgdir..."
24 cp -r /tmp/voodoo2.temp/* ${pkgdir} || return 1