updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / visicut / PKGBUILD
blob474cfa28a8706d44a949cc65213b7cf031e7ec16
1 # Maintainer: Thomas Oster
2 pkgname=visicut
3 pkgver=1.3.0
4 pkgrel=1
5 epoch=
6 pkgdesc="A userfriendly tool to generate, save and send Jobs to a Lasercutter"
7 arch=(any)
8 url="http://visicut.org"
9 license=('LGPL')
10 groups=()
11 depends=('java-runtime' 'bash')
12 makedepends=('apache-ant')
13 checkdepends=()
14 optdepends=()
15 provides=()
16 conflicts=('visicut-git')
17 replaces=()
18 backup=()
19 options=()
20 install=
21 changelog=
22 source=(https://github.com/t-oster/VisiCut/tarball/$pkgver)
23 md5sums=('505f8e723fe00aaf8686dc6ff403742f')
24 _gitdir=t-oster-VisiCut-31d2a4b
26 build() {
27   cd "$srcdir/${_gitdir}"
28   make
31 package() {
32   cd "$srcdir/${_gitdir}"
33   make DESTDIR="$pkgdir/" install
36 # vim:set ts=2 sw=2 et: