source: freewrt/package/madplay/Makefile@ 415b968

Last change on this file since 415b968 was 4c26145, checked in by Christian Gmeiner <austriancoder@…>, 18 years ago

part #2

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2869 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.1 KB
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
7include ${TOPDIR}/rules.mk
8
9PKG_NAME:= madplay
10PKG_VERSION:= 0.15.2b
11PKG_RELEASE:= 1
12PKG_MD5SUM:= 6814b47ceaa99880c754c5195aa1aac1
13MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=mad/} \
14 ftp://ftp.mars.org/pub/mpeg/
15
16include ${TOPDIR}/mk/package.mk
17
18$(eval $(call PKG_template,MADPLAY,madplay,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
19
20CONFIGURE_STYLE:= gnu
21CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" HOSTCC=${HOST_CC} \
22 LIBS="-lz" \
23 ac_cv_linux_vers=2 \
24 td_cv_buggygetaddrinfo="no"
25CONFIGURE_ARGS+= --disable-debugging \
26 --disable-profiling \
27 --disable-experimental \
28 --without-libiconv-prefix \
29 --without-libintl-prefix \
30 --without-alsa \
31 --without-esd
32BUILD_STYLE:= auto
33INSTALL_STYLE:= auto
34
35post-install:
36 ${INSTALL_DIR} ${IDIR_MADPLAY}/usr/bin
37 ${INSTALL_BIN} ${WRKINST}/usr/bin/madplay ${IDIR_MADPLAY}/usr/bin/
38
39include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.