Skip to content

Embed URL

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
dia2code 0.8.7 PKGBUILD
# Maintainer: Markus Heuser <markus.heuser@web.de
# Contributor: Markus Heuser <markus.heuser@web.de>
pkgname=dia2code
pkgver=0.8.7
pkgrel=1
pkgdesc="Generates code in various languages from your Dia drawings"
arch=('x86_64' 'i686')
url="http://dia2code.sourceforge.net/"
license=('GPL')
groups=
provides=()
depends=(libxml2)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://downloads.sourceforge.net/dia2code/$pkgname-$pkgver.tar.gz)
md5sums=('cce262f62cf2b07f59c09e17d37f90dd')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
}
package() {
cd $srcdir/$pkgname-$pkgver
make prefix=$pkgdir/usr install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.