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
9 PKG_HASH
:= a0d3f2a9689594220220d32c3cd674056b91dbf7c6c352efe1ffb72d65c66f76
10 PKG_DESCR
:= simple window manager
11 PKG_SECTION
:= x11
/apps
12 PKG_DEPENDS
:= xorg-server libstdcxx
13 PKG_BUILDDEP
:= xorg-server
14 PKG_URL
:= http
://xorg.freedesktop.org
/
15 PKG_SITES
:= http
://xorg.freedesktop.org
/archive
/individual
/app
/
17 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
18 PKG_ARCH_DEPENDS
:= !m68k
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call PKG_template
,TWM
,twm
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
25 $(INSTALL_DIR
) $(IDIR_TWM
)/usr
/bin
26 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/twm \
28 ${INSTALL_DIR} ${IDIR_TWM}/usr
/share
/X11
/twm
29 ${INSTALL_DATA} ${WRKINST}/usr
/share
/X11
/twm
/system.twmrc \
30 ${IDIR_TWM}/usr
/share
/X11
/twm
/
32 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk