18 lines
441 B
Plaintext
18 lines
441 B
Plaintext
# Tanım: BitchX is an IRC (Internet Relay Chat) client.
|
||
# URL: http://www.bitchx.com/
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
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}
|
||
}
|