PKGBUILDs/extra/zim/PKGBUILD

21 lines
567 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# Maintainer: Kevin Piche <kevin@archlinux.org>
pkgname=zim
_realname=Zim
pkgver=0.28
pkgrel=1
pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop"
2009-10-11 04:11:32 +00:00
arch=('arm')
2009-10-10 02:23:22 +00:00
license=('GPL' 'PerlArtistic')
url="http://zim-wiki.org/"
source=(http://www.zim-wiki.org/downloads/${_realname}-${pkgver}.tar.gz)
depends=('gtk2-perl' 'librsvg' 'perl-file-mimeinfo')
md5sums=('fce152562b57d4753edfcdc635a26e42')
build() {
cd ${srcdir}/${_realname}-${pkgver}
perl Build.PL destdir=${pkgdir} installdirs=vendor
perl Build
perl Build install
}