# Description: fork of the defunct project CUnit # URL: http://www.belledonne-communications.com/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=bcunit version=3.0 release=1 source=(https://github.com/BelledonneCommunications/$name/archive/cf1aaa36c5738c25e59c8fafbade388a0081cd53.tar.gz) build() { cd $name-cf1aaa36c5738c25e59c8fafbade388a0081cd53 ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/doc }