1 # Contributor: Anton Leontiev <bunder /at/ t-25.ru>
5 pkgdesc="A small program to dump Gwyddion .gwy file structure in a human-readable text format"
6 url="http://gwyddion.net/gwydump.php"
10 makedepends=('pkgconfig')
11 source=(http://downloads.sourceforge.net/project/gwyddion/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
12 md5sums=('a7bff369b5d8c07974b99b480ff46f01')
15 cd $srcdir/$pkgname-$pkgver
18 # Syntax of pkg-config has changed
19 sed -i -e "s/--prefix/--variable=prefix/" Makefile
20 make DESTDIR=$pkgdir install