diff options
Diffstat (limited to 'user/ftmenu')
-rw-r--r-- | user/ftmenu/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/user/ftmenu/APKBUILD b/user/ftmenu/APKBUILD index 409ee092a..3f8e2d157 100644 --- a/user/ftmenu/APKBUILD +++ b/user/ftmenu/APKBUILD @@ -2,19 +2,16 @@ # Maintainer: Dan Theisen <djt@hxx.in> pkgname=ftmenu pkgver=0.4.0 -pkgrel=0 -pkgdesc="a toolbar icon to reach your Fluxbox menus" +pkgrel=1 +pkgdesc="Toolbar icon to reach your Fluxbox menus" url="http://ftmenu.sourceforge.net/" arch="all" -license="GPL-3.0" +options="!check" # there is currently no testsuite to run +license="GPL-3.0-only" depends="" makedepends="gtk+2.0-dev" -install="" -subpackages="" -options="!check" # there is currently no testsuite to run source="https://downloads.sourceforge.net/project/ftmenu/ftmenu/ftmenu-0.4/ftmenu-$pkgver.tar.gz include-stdlib.patch" -builddir="$srcdir/ftmenu-$pkgver" build() { cd "$builddir" |