mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 02:27:15 +08:00
libetonyek: moved to [core]
This commit is contained in:
parent
4305675e9c
commit
995cae82c2
@ -1,29 +0,0 @@
|
||||
# Maintainer: AlmAck
|
||||
|
||||
pkgname=libetonyek
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
|
||||
arch=('x86_64')
|
||||
url='http://www.freedesktop.org/wiki/Software/libetonyek/'
|
||||
license=('MPL')
|
||||
depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge')
|
||||
makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
|
||||
source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
|
||||
md5sums=('7adbc34bb4a33e26688c862e154a0d29')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user