forked from ports/contrib
litmus: NEW port
This commit is contained in:
parent
b355c77afa
commit
d36775ff01
14
litmus/.footprint
Normal file
14
litmus/.footprint
Normal file
@ -0,0 +1,14 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/litmus
|
||||
drwxr-xr-x root/root usr/libexec/
|
||||
drwxr-xr-x root/root usr/libexec/litmus/
|
||||
-rwxr-xr-x root/root usr/libexec/litmus/basic
|
||||
-rwxr-xr-x root/root usr/libexec/litmus/copymove
|
||||
-rwxr-xr-x root/root usr/libexec/litmus/http
|
||||
-rwxr-xr-x root/root usr/libexec/litmus/locks
|
||||
-rwxr-xr-x root/root usr/libexec/litmus/props
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/litmus/
|
||||
drwxr-xr-x root/root usr/share/litmus/htdocs/
|
||||
-rw-r--r-- root/root usr/share/litmus/htdocs/foo
|
1
litmus/.md5sum
Normal file
1
litmus/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b97807a3a518d708e6f342b7ca274cc4 litmus-0.11.tar.gz
|
19
litmus/Pkgfile
Normal file
19
litmus/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: WebDAV server test suite
|
||||
# URL: http://www.webdav.org/neon/litmus/
|
||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
#
|
||||
# Depends on:
|
||||
|
||||
name=litmus
|
||||
version=0.11
|
||||
release=1
|
||||
source=(http://www.webdav.org/neon/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
chown -R root:root $PKG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user