bitlbee: initial import

This commit is contained in:
Thomas Penteker 2014-01-24 22:34:01 +01:00
parent 28be321a4d
commit f9e2943ce4
3 changed files with 38 additions and 0 deletions

15
bitlbee/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/bitlbee/
-rw-r--r-- root/root etc/bitlbee/bitlbee.conf
-rw-r--r-- root/root etc/bitlbee/motd.txt
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/bitlbee.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/bitlbee.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/bitlbee
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bitlbee/
-rw-r--r-- root/root usr/share/bitlbee/help.txt

1
bitlbee/.md5sum Normal file
View File

@ -0,0 +1 @@
6ee7c7a99eb59dfcf0307fcf44c14105 bitlbee-3.2.1.tar.gz

22
bitlbee/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: instant messaging via IRC
# URL: http://bitlbee.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=bitlbee
version=3.2.1
release=1
source=(http://get.bitlbee.org/src/bitlbee-$version.tar.gz)
build() {
cd $name-$version
./configure --ssl=openssl \
--prefix=/usr \
--mandir=/usr/man \
--etcdir=/etc/bitlbee
make
make install DESTDIR=$PKG
make install-etc DESTDIR=$PKG
}