milis/talimatname/genel/l/libcmis/talimat

20 lines
499 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: CMIS protokolü için bir C / C ++ istemci kitaplığı
2017-09-21 09:57:11 +02:00
# URL: https://github.com/tdf/libcmis
2017-10-27 20:46:27 +02:00
# Paketçi: Cihan Alkan
# Gerekler: libxml2 boost libpng doxygen docbook2x
2017-09-21 09:57:11 +02:00
2017-10-28 14:10:23 +02:00
isim=libcmis
surum=0.5.1
devir=1
2017-09-21 09:57:11 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/tdf/libcmis/releases/download/v$surum/$isim-$surum.tar.gz
2017-09-21 09:57:11 +02:00
google_drive.diff)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-09-21 09:57:11 +02:00
patch -Np1 -i $SRC/google_drive.diff
./configure --prefix=/usr DOCBOOK2MAN='docbook2man' --disable-werror
make
make DESTDIR=$PKG install
}