Hi all.
Thank you for your support Allan :-), by the way don't worry about the test the desmume packages, i test very close this package specially ;-) heh.
Not a big deal, but I prefer when there is a one to one relation
between PKGBUILD and upstream sources, when possible.
In the case of volleyball, it looks like we could have two perfectly
standard PKGBUILD, volleyball and volleyball-data.
By perfectly standard, I mean it is even possible to re-use the build
function of the prototype /usr/share/pacman/PKGBUILD.proto without any
modifications, which is pretty cool imo :
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install
}
But well I made the same suggestion for vegastrike(-svn) pkgbuilds,
about not fusioning the game and the data, and I am not sure the idea
was appreciated.
So it is really just a suggestion, so take it or leave it :)