milis/talimatname/genel/p/physfs/talimat

23 lines
418 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Çeşitli arşivlere soyut erişim sağlayan kütüphane
# URL: http://icculus.org/physfs/
# Paketçi: milisarge
# Gerekler: cmake
isim=physfs
surum=2.0.3
devir=1
kaynak=(http://icculus.org/$isim/downloads/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
sed -i -e 's|-Werror||' CMakeLists.txt
cmake \
-DPHYSFS_BUILD_STATIC=FALSE \
-DCMAKE_INSTALL_PREFIX=/usr .
make
make DESTDIR=$PKG install
}