mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-10 04:20:35 +00:00
added farbfeld port
This commit is contained in:
1
core/farbfeld/.checksums
Normal file
1
core/farbfeld/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
1e39351f5e8c9e2b5910959565a23349 farbfeld-4.tar.gz
|
||||
22
core/farbfeld/.pkgfiles
Normal file
22
core/farbfeld/.pkgfiles
Normal file
@@ -0,0 +1,22 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/local/
|
||||
drwxr-xr-x root/root usr/local/bin/
|
||||
-rwxr-xr-x root/root usr/local/bin/2ff
|
||||
-rwxr-xr-x root/root usr/local/bin/ff2jpg
|
||||
-rwxr-xr-x root/root usr/local/bin/ff2pam
|
||||
-rwxr-xr-x root/root usr/local/bin/ff2png
|
||||
-rwxr-xr-x root/root usr/local/bin/ff2ppm
|
||||
-rwxr-xr-x root/root usr/local/bin/jpg2ff
|
||||
-rwxr-xr-x root/root usr/local/bin/png2ff
|
||||
drwxr-xr-x root/root usr/local/share/
|
||||
drwxr-xr-x root/root usr/local/share/man/
|
||||
drwxr-xr-x root/root usr/local/share/man/man1/
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/2ff.1.gz
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/ff2jpg.1.gz
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/ff2pam.1.gz
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/ff2png.1.gz
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/ff2ppm.1.gz
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/jpg2ff.1.gz
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/png2ff.1.gz
|
||||
drwxr-xr-x root/root usr/local/share/man/man5/
|
||||
-rw-r--r-- root/root usr/local/share/man/man5/farbfeld.5.gz
|
||||
12
core/farbfeld/spkgbuild
Normal file
12
core/farbfeld/spkgbuild
Normal file
@@ -0,0 +1,12 @@
|
||||
# description : A lossless image format
|
||||
# depends : libpng libjpeg-turbo
|
||||
|
||||
name=farbfeld
|
||||
version=4
|
||||
release=1
|
||||
source="https://dl.suckless.org/farbfeld/$name-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
Reference in New Issue
Block a user