| Line | |
|---|
| 1 | # $FreeWRT$
|
|---|
| 2 | #-
|
|---|
| 3 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 4 | # material, please see the LICENCE file in the top-level directory
|
|---|
| 5 | # or at http://www.freewrt.org/licence for details.
|
|---|
| 6 |
|
|---|
| 7 | include ${TOPDIR}/rules.mk
|
|---|
| 8 |
|
|---|
| 9 | PKG_NAME:= madplay
|
|---|
| 10 | PKG_VERSION:= 0.15.2b
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= 6814b47ceaa99880c754c5195aa1aac1
|
|---|
| 13 | MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=mad/} \
|
|---|
| 14 | ftp://ftp.mars.org/pub/mpeg/
|
|---|
| 15 |
|
|---|
| 16 | include ${TOPDIR}/mk/package.mk
|
|---|
| 17 |
|
|---|
| 18 | $(eval $(call PKG_template,MADPLAY,madplay,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 19 |
|
|---|
| 20 | CONFIGURE_STYLE:= gnu
|
|---|
| 21 | CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" HOSTCC=${HOST_CC} \
|
|---|
| 22 | LIBS="-lz" \
|
|---|
| 23 | ac_cv_linux_vers=2 \
|
|---|
| 24 | td_cv_buggygetaddrinfo="no"
|
|---|
| 25 | CONFIGURE_ARGS+= --disable-debugging \
|
|---|
| 26 | --disable-profiling \
|
|---|
| 27 | --disable-experimental \
|
|---|
| 28 | --without-libiconv-prefix \
|
|---|
| 29 | --without-libintl-prefix \
|
|---|
| 30 | --without-alsa \
|
|---|
| 31 | --without-esd
|
|---|
| 32 | BUILD_STYLE:= auto
|
|---|
| 33 | INSTALL_STYLE:= auto
|
|---|
| 34 |
|
|---|
| 35 | post-install:
|
|---|
| 36 | ${INSTALL_DIR} ${IDIR_MADPLAY}/usr/bin
|
|---|
| 37 | ${INSTALL_BIN} ${WRKINST}/usr/bin/madplay ${IDIR_MADPLAY}/usr/bin/
|
|---|
| 38 |
|
|---|
| 39 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.