forked from ports/contrib
ii: new port
This commit is contained in:
parent
9b40a3e411
commit
c5f36f1ae9
6
ii/.footprint
Normal file
6
ii/.footprint
Normal 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
1
ii/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
535d88c23e84d510edf773db12728ac0 ii-1.4.tar.gz
|
15
ii/Pkgfile
Normal file
15
ii/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user