forked from ports/contrib
dcraw: initial commit
This commit is contained in:
parent
8fa3b492e4
commit
e9f28e22b6
6
dcraw/.footprint
Normal file
6
dcraw/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dcraw
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/dcraw.1.gz
|
1
dcraw/.md5sum
Normal file
1
dcraw/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
9a2ca00f6522f1e47ee663b46a429ab1 dcraw-8.80.tar.gz
|
16
dcraw/Pkgfile
Normal file
16
dcraw/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: C program that decodes raw images from nearly any digitall camera
|
||||
# URL: http://www.cybercom.net/~dcoffin/dcraw/
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: lcms
|
||||
|
||||
name=dcraw
|
||||
version=8.80
|
||||
release=1
|
||||
source=(http://www.cybercom.net/~dcoffin/dcraw/archive/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
gcc -o dcraw -O4 dcraw.c -lm -ljpeg -llcms
|
||||
install -m 644 -D dcraw.1 $PKG/usr/man/man1/dcraw.1
|
||||
install -m 755 -D dcraw $PKG/usr/bin/dcraw
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user