| 1234567891011121314151617181920212223242526272829 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${TOPDIR}/rules.mkPKG_NAME:=		sipsakPKG_VERSION:=		0.9.6PKG_RELEASE:=		2PKG_MD5SUM:=		c4eb8e282902e75f4f040f09ea9d99d5PKG_DESCR:=		a SIP stress and diagnostics utilityPKG_SECTION:=		netPKG_DEPENDS:=		libopensslPKG_BUILDDEP:=		opensslPKG_URL:=		http://sipsak.org/PKG_SITES:=		http://download.berlios.de/sipsak/DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION)-1.tar.gzinclude ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,SIPSAK,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))CONFIGURE_ARGS+=	--disable-gnutlspost-install:	${INSTALL_DIR} ${IDIR_SIPSAK}/usr/bin	${INSTALL_BIN} ${WRKINST}/usr/bin/sipsak ${IDIR_SIPSAK}/usr/bin/include ${TOPDIR}/mk/pkg-bottom.mk
 |