milis/talimatname/genel/l/libcmis/talimat

20 lines
509 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
name=libcmis
version=0.5.1
release=1
source=(https://github.com/tdf/libcmis/releases/download/v$version/$name-$version.tar.gz
google_drive.diff)
build() {
cd $name-$version
patch -Np1 -i $SRC/google_drive.diff
./configure --prefix=/usr DOCBOOK2MAN='docbook2man' --disable-werror
make
make DESTDIR=$PKG install
}