diff options
-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" |