summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2c256ef7e0080816266dc1a8ac054d8731c5a5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: max_meyer 
# Contributor: popsch
# Based on original tikzit-aur-package made by pippin

pkgname=tikzit
pkgver=1.0
pkgrel=1
pkgdesc="Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/tikzit/"
license=('GPL2')
depends=('gnustep-base>=1.18.0' 'gtk2>=2.18.0' 'gnustep-make'
         'poppler-glib>=0.10' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('gcc-objc>=4.6.0')
optdepends=('texlive-core: previews')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('5d7fc5a74500b8eb2545d0c4fece62a5')

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make
}

package() {
  cd $pkgname-$pkgver
  make "DESTDIR=$pkgdir" install
}