source: freewrt/package/microperl/Makefile@ 655dec8

Last change on this file since 655dec8 was b9492d5, checked in by Phil Sutter <n0-1@…>, 19 years ago

merged from branches/common-adk 1310:1685

the following packages are not converted yet:

  • alsa
  • asterisk
  • pmacct
  • zaptel
  • elinks
  • libgd
  • lua
  • mypackage
  • openser
  • php*
  • snort*
  • tmsnc

additionally, freeradius doesn't compile.

happy fixing :P

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

  • Property mode set to 100644
File size: 1001 bytes
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:= microperl
10PKG_VERSION:= 5.8.6
11PKG_RELEASE:= 1
12PKG_MD5SUM:= 8d4aa4e061fd5bc0c39e4f0a63267880
13PKG_SOURCE_URL:= ftp://ftp.cpan.org/pub/CPAN/src/5.0 \
14 ftp://ftp.mpi-sb.mpg.de/pub/perl/CPAN/src/5.0 \
15 ftp://ftp.gmd.de/mirrors/CPAN/src/5.0 \
16 ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0
17PKG_SOURCE:= perl-${PKG_VERSION}.tar.gz
18WRKDIST= ${WRKDIR}/perl-${PKG_VERSION}
19
20include ${TOPDIR}/mk/package.mk
21
22$(eval $(call PKG_template,MICROPERL,microperl,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
23
24BUILD_STYLE:= auto
25MAKE_FLAGS+= CC="${TARGET_CC}" OPTIMIZE="${TCFLAGS}"
26MAKE_FILE:= Makefile.micro
27
28do-install:
29 ${INSTALL_DIR} ${IDIR_MICROPERL}/usr/bin
30 ${INSTALL_BIN} ${WRKBUILD}/microperl ${IDIR_MICROPERL}/usr/bin/
31
32include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.