irssi: updated to version 0.8.12

This commit is contained in:
Simon Gloßner 2007-10-06 14:47:50 +02:00
parent 14c343636c
commit 5e5172cd37
3 changed files with 9 additions and 7 deletions

View File

@ -34,6 +34,7 @@ drwxr-xr-x root/root usr/man/man1/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/irssi/
drwxr-xr-x root/root usr/share/irssi/help/
-rw-r--r-- root/root usr/share/irssi/help/accept
-rw-r--r-- root/root usr/share/irssi/help/action
-rw-r--r-- root/root usr/share/irssi/help/admin
-rw-r--r-- root/root usr/share/irssi/help/alias

View File

@ -1 +1 @@
b62417fb3dba9e36eaebea0410a67cd3 irssi-0.8.11.tar.bz2
e407b557b3cfc7c91ce4de2571dd79cb irssi-0.8.12.tar.bz2

View File

@ -5,9 +5,9 @@
# Depends on: glib
name=irssi
version=0.8.11
version=0.8.12
release=1
source=(http://www.irssi.org/files/${name}-${version}.tar.bz2)
source=(http://www.irssi.org/files/$name-$version.tar.bz2)
build () {
cd $name-$version
@ -20,9 +20,10 @@ build () {
make
make DESTDIR=$PKG install
find $PKG -name '*.bs' -delete
find $PKG -name perllocal.pod -delete
find $PKG -name .packlist -delete
find $PKG \
-name .packlist -or \
-name perllocal.pod -or \
-name '*.bs' -or \
-name autosplit.ix | xargs rm
rm -rf $PKG/usr/{include,share/doc}
}