libsdl2: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-21 00:08:07 +00:00
parent 35f9c22285
commit 26e28bbd78

View File

@ -5,15 +5,14 @@
name=libsdl2
version=2.0.4
release=1
release=2
source=(http://www.libsdl.org/release/SDL2-$version.tar.gz)
build () {
cd SDL2-$version
./configure --prefix=/usr \
--enable-alsa \
--mandir=/usr/man
--enable-alsa
make
make DESTDIR=$PKG install