# Description: sexy irc proxy # URL: https://projects.duckcorp.org/projects/bip # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: openssl name=bip version=0.8.9 release=1 source=(https://projects.duckcorp.org/attachments/download/61/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install mv $PKG/usr/share/doc/bip $PKG/usr/share/bip rmdir $PKG/usr/share/doc }