diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-11 11:13:56 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-11 11:13:56 +0200 |
commit | ced34d6fa91576f9a336f69982a130f97a6b31c1 (patch) | |
tree | 950186158d026e4e97b91c319dd4bb061f06689b /libcdr/Pkgfile | |
parent | dc88c268521b13e4758ab53fbf6bcc573885f823 (diff) | |
download | contrib-ced34d6fa91576f9a336f69982a130f97a6b31c1.tar.gz contrib-ced34d6fa91576f9a336f69982a130f97a6b31c1.tar.xz |
libcdr: initial commit, version 0.1.5
Diffstat (limited to 'libcdr/Pkgfile')
-rw-r--r-- | libcdr/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libcdr/Pkgfile b/libcdr/Pkgfile new file mode 100644 index 000000000..396e8f2ca --- /dev/null +++ b/libcdr/Pkgfile @@ -0,0 +1,16 @@ +# Description: CorelDraw file format importer library for LibreOffice +# URL: https://wiki.documentfoundation.org/DLP/Libraries/libcdr +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: icu lcms2 librevenge + +name=libcdr +version=0.1.5 +release=1 +source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |