plib.paketlendi

This commit is contained in:
milisarge 2017-04-09 20:53:17 +03:00
parent 0f896c49f0
commit 476817076f
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: Taşınabilir oyun kütüphaneler takımı
# URL: http://plib.sourceforge.net/
# Packager: milisarge
# Depends on: freeglut xorg-libxmu
name=plib
version=1.8.5
release=1
source=(http://plib.sourceforge.net/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-x
make
make DESTDIR=$PKG install
}