milis/talimatname/genel/e/exempi/talimat

22 lines
505 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: XMP'nin bir uygulamasıdır. Sürüm 2.x Adobe XMP SDK'ya dayanmaktadır ve Adobe gibi bir BSD stili lisansı altında yayınlanmıştır.
# URL: http://libopenraw.freedesktop.org/wiki/Exempi/
# Paketçi: milisarge
# Gerekler: expat boost
# Grup: sistem
isim=exempi
surum=2.2.2
devir=1
kaynak=( http://libopenraw.freedesktop.org/download/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--disable-static
make
make DESTDIR=$PKG install
}