solidrun-clearfog: make it boot with OpenADK mini.config
[openadk.git] / package / rxvt-unicode / Makefile
blob8b977427d62cd9c3a424d280bac38ed8dcb749d9
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= rxvt-unicode
7 PKG_VERSION:= 9.30
8 PKG_RELEASE:= 1
9 PKG_HASH:= fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d
10 PKG_DESCR:= terminal emulator with unicode support
11 PKG_SECTION:= x11/apps
12 PKG_DEPENDS:= libx11 fontconfig libxft libxml2 gdk-pixbuf libptytty
13 PKG_DEPENDS+= libffi libmount
14 PKG_BUILDDEP:= libX11 fontconfig libXft libxml2 gdk-pixbuf libptytty
15 PKG_BUILDDEP+= libffi util-linux
16 PKG_NEEDS:= c++
17 PKG_URL:= http://software.schmorp.de/pkg/rxvt-unicode.html
18 PKG_SITES:= http://dist.schmorp.de/rxvt-unicode/
20 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
22 include $(ADK_TOPDIR)/mk/package.mk
24 $(eval $(call PKG_template,RXVT_UNICODE,rxvt-unicode,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
26 TARGET_LDFLAGS+= -lpthread
27 CONFIGURE_ARGS+= --disable-perl
29 rxvt-unicode-install:
30 $(INSTALL_DIR) $(IDIR_RXVT_UNICODE)/usr/bin
31 $(INSTALL_BIN) $(WRKINST)/usr/bin/urxvt \
32 $(IDIR_RXVT_UNICODE)/usr/bin
34 include ${ADK_TOPDIR}/mk/pkg-bottom.mk