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/esound/Makefile | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/esound/Makefile')
-rw-r--r-- | package/esound/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/esound/Makefile b/package/esound/Makefile index 45c3d1529..20a06621f 100644 --- a/package/esound/Makefile +++ b/package/esound/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= esound PKG_VERSION:= 0.2.41 PKG_RELEASE:= 8 PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688 -PKG_DESCR:= Enlightened Sound Daemon +PKG_DESCR:= enlightened sound daemon PKG_SECTION:= multimedia PKG_DEPENDS:= libaudiofile libesd PKG_BUILDDEP:= libaudiofile autotool @@ -16,6 +16,8 @@ PKG_SITES:= ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/ PKG_LIBNAME:= libesd PKG_OPTS:= dev +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_SUBPKGS:= ESOUND LIBESD PKGSC_LIBESD:= libs PKGSD_LIBESD:= Esound library |