ii: new port

This commit is contained in:
Bartlomiej Palmowski 2008-11-02 12:28:55 +01:00
parent 9b40a3e411
commit c5f36f1ae9
3 changed files with 22 additions and 0 deletions

6
ii/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxrwxr-x root/root usr/bin/ii
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/ii.1.gz

1
ii/.md5sum Normal file
View File

@ -0,0 +1 @@
535d88c23e84d510edf773db12728ac0 ii-1.4.tar.gz

15
ii/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: minimalist FIFO and filesystem-based IRC client
# URL: http://www.suckless.org/programs/ii.html
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
name=ii
version=1.4
release=1
source=(http://code.suckless.org/dl/tools/$name-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man install
rm -rf $PKG/usr/share
}