diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/fluxbox/Makefile | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/fluxbox/Makefile')
-rw-r--r-- | package/fluxbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/fluxbox/Makefile b/package/fluxbox/Makefile index eb0663b99..80dbfc858 100644 --- a/package/fluxbox/Makefile +++ b/package/fluxbox/Makefile @@ -7,13 +7,15 @@ PKG_NAME:= fluxbox PKG_VERSION:= 1.3.2 PKG_RELEASE:= 1 PKG_MD5SUM:= 52e76de0ae96d8c5e87374661d0c7112 -PKG_DESCR:= Fluxbox is an X11 window manager featuring tabs and an iconbar +PKG_DESCR:= X11 window manager featuring tabs and an iconbar PKG_SECTION:= x11/apps PKG_DEPENDS:= libstdcxx PKG_BUILDDEP:= libXpm libXft PKG_URL:= http://www.fluxbox.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=fluxbox/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_FLAVOURS_FLUXBOX:= WITH_IMLIB2 PKGFD_WITH_IMLIB2:= enable imlib2 support PKGFS_WITH_IMLIB2:= imlib2 |