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