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
9 PKG_HASH
:= 75270ed72bc5895a64a1d7392bf45a622204192371c3965bd3dd978dc088956b
10 PKG_DESCR
:= terminal emulator with unicode support
11 PKG_SECTION
:= x11
/apps
12 PKG_DEPENDS
:= libx11 fontconfig libxft libxml2 gdk-pixbuf
13 PKG_BUILDDEP
:= libX11 fontconfig libXft libxml2 gdk-pixbuf
15 PKG_URL
:= http
://software.schmorp.de
/pkg
/rxvt-unicode.html
16 PKG_SITES
:= http
://dist.schmorp.de
/rxvt-unicode
/
18 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.bz2
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call PKG_template
,RXVT_UNICODE
,rxvt-unicode
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 TARGET_LDFLAGS
+= -lpthread
25 CONFIGURE_ARGS
+= --disable-perl \
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