milis/talimatname/genel/bitchx/talimat

18 lines
448 B
Plaintext

# Description: BitchX is an IRC (Internet Relay Chat) client.
# URL: http://www.bitchx.com/
# Packager: milisarge
# Depends on:
name=bitchx
version=1.2.1
release=1
source=(http://www.bitchx.com/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --exec_prefix=/usr --prefix=/usr --enable-ipv6 --with-plugins --with-ssl --mandir=/usr/share/
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/lib/bx/{help/README_FIRST.bz2}
}