milis/talimatname/genel/l/libcmis/talimat

21 lines
516 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: CMIS protokolü için bir C/C++ istemci kitaplığı
# URL: https://github.com/tdf/libcmis
# Paketçi: Cihan Alkan
# Gerekler: libxml2 boost libpng doxygen docbook2x
# Grup: kütüphane
isim=libcmis
surum=0.5.1
devir=1
kaynak=(https://github.com/tdf/libcmis/releases/download/v$surum/$isim-$surum.tar.gz
google_drive.diff)
derle() {
cd $isim-$surum
patch -Np1 -i $SRC/google_drive.diff
./configure --prefix=/usr DOCBOOK2MAN='docbook2man' --disable-werror
make
make DESTDIR=$PKG install
}