diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-17 18:29:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-17 18:29:55 +0100 |
commit | 28b6a4d3ecdd417a1272efa4ba1dbb217456a616 (patch) | |
tree | 5d741f9f9e3f6dc89058fe05028656887e3f1e32 /package | |
parent | c9e26ba32e24b2a84ec1978d49c53187e99a086c (diff) |
add mpdbox package, refresh mpdbox package collection
Diffstat (limited to 'package')
-rw-r--r-- | package/mpdbox/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/mpdbox/Makefile b/package/mpdbox/Makefile new file mode 100644 index 000000000..bda39ecc8 --- /dev/null +++ b/package/mpdbox/Makefile @@ -0,0 +1,28 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= mpdbox +PKG_VERSION:= 1.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= ac0dc1cc7141c1eca66d8ddd98574e0b +PKG_DESCR:= MPD web interface +PKG_SECTION:= multimedia +PKG_URL:= http://www.openadk.org/cgi-bin/gitweb.cgi?p=mpdbox.git;a=summary +PKG_SITES:= http://www.openadk.org/distfiles/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,MPDBOX,mpdbox,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIG_STYLE:= manual +BUILD_STYLE:= manual +INSTALL_STYLE:= manual + +mpdbox-install: + $(INSTALL_DIR) $(IDIR_MPDBOX)/srv/www/htdocs + $(CP) $(WRKBUILD)/* \ + $(IDIR_MPDBOX)/srv/www/htdocs + +include ${TOPDIR}/mk/pkg-bottom.mk |