diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 18:46:33 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 20:27:13 +0100 |
commit | 2b70f561c3b1420cb94d35d1db42b7e315d9fcb7 (patch) | |
tree | 3a8d59373521420812cd002ac856e1114e7c9779 /community/gnuplot/APKBUILD | |
parent | a5a7270cedeebb72060042927ed1955fda6c37f0 (diff) | |
download | aports-2b70f561c3b1420cb94d35d1db42b7e315d9fcb7.tar.bz2 aports-2b70f561c3b1420cb94d35d1db42b7e315d9fcb7.tar.xz |
community/gnuplot: improve abuild
Diffstat (limited to 'community/gnuplot/APKBUILD')
-rw-r--r-- | community/gnuplot/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/community/gnuplot/APKBUILD b/community/gnuplot/APKBUILD index d6b1f67404..c94bf54d8a 100644 --- a/community/gnuplot/APKBUILD +++ b/community/gnuplot/APKBUILD @@ -7,14 +7,11 @@ pkgdesc="Utility for plotting graphs" url="http://www.gnuplot.info/" arch="all" license="MIT" -depends="" -depends_dev="" makedepends="cairo-dev pango-dev gd-dev lua5.2-dev readline-dev libpng-dev libjpeg-turbo-dev" -install="" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver +builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |