diff options
Diffstat (limited to 'testing/xournal/PKGBUILD')
-rw-r--r-- | testing/xournal/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/xournal/PKGBUILD b/testing/xournal/PKGBUILD deleted file mode 100644 index 4ef0d66a8..000000000 --- a/testing/xournal/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 162297 2012-06-24 19:25:38Z foutrelis $ -# Maintainer: Gaetan Bisson <bisson@archlinux.org> - -pkgname=xournal -pkgver=0.4.6 -pkgrel=2 -pkgdesc='Notetaking and sketching application' -url='http://xournal.sourceforge.net/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme') -optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr LIBS='-lm -lz' - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install desktop-install -} |