|
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:
1010 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 |
|
|---|
| 7 | include $(TOPDIR)/rules.mk
|
|---|
| 8 |
|
|---|
| 9 | PKG_NAME:= lcd4linux
|
|---|
| 10 | PKG_VERSION:= 0.10.0+cvs20051015
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= 5b5ac629be4bb5c29104fb8f6b7fa444
|
|---|
| 13 | PKG_SOURCE:= $(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
|
|---|
| 14 | PKG_SOURCE_URL:= http://ftp.debian.org/debian/pool/main/l/lcd4linux/ \
|
|---|
| 15 | http://ftp.de.debian.org/debian/pool/main/l/lcd4linux/
|
|---|
| 16 | WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}.orig
|
|---|
| 17 |
|
|---|
| 18 | include $(TOPDIR)/mk/package.mk
|
|---|
| 19 |
|
|---|
| 20 | $(eval $(call PKG_template,LCD4LINUX,lcd4linux,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
|---|
| 21 |
|
|---|
| 22 | CONFIGURE_STYLE= gnu
|
|---|
| 23 | CONFIGURE_ARGS+= --without-x \
|
|---|
| 24 | --with-drivers='all,!PNG,!RouterBoard,!X11' \
|
|---|
| 25 | --with-plugins=wireless
|
|---|
| 26 | BUILD_STYLE= auto
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | do-install:
|
|---|
| 30 | ${INSTALL_DIR} $(IDIR_LCD4LINUX)/usr/bin
|
|---|
| 31 | ${INSTALL_BIN} $(WRKBUILD)/lcd4linux $(IDIR_LCD4LINUX)/usr/bin/
|
|---|
| 32 |
|
|---|
| 33 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.