forked from ports/contrib
arc4random: initial commit
This commit is contained in:
parent
99b49f6b99
commit
2df2741954
12
arc4random/.footprint
Normal file
12
arc4random/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/random_color
|
||||
-rwxr-xr-x root/root usr/bin/random_number
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-r--r--r-- root/root usr/include/arc4random.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-r--r--r-- root/root usr/lib/libarc4random.a
|
||||
-rwxr-xr-x root/root usr/lib/libarc4random.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-r--r--r-- root/root usr/man/man3/arc4random.3.gz
|
1
arc4random/.md5sum
Normal file
1
arc4random/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
13a1bff27f7a26347c09f3e3d67d7b3a arc4random-1.0.tar.gz
|
22
arc4random/Pkgfile
Normal file
22
arc4random/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: OpenBSD-library to generate true random numbers
|
||||
# URL: http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/crypt/
|
||||
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
||||
# Packager: Han Boetes <han@mijncomputer.nl>
|
||||
# Depends on:
|
||||
|
||||
name=arc4random
|
||||
version=1.0
|
||||
release=3
|
||||
source="http://www.xs4all.nl/~hanb/software/$name-$version.tar.gz"
|
||||
|
||||
build()
|
||||
{
|
||||
cd $name-$version
|
||||
make \
|
||||
prefix=/usr \
|
||||
mandir=/usr/man
|
||||
make install \
|
||||
prefix=/usr \
|
||||
mandir=/usr/man \
|
||||
DESTDIR=$PKG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user