added farbfeld port

This commit is contained in:
Martin Bilek
2020-11-18 12:41:17 +01:00
parent b6d94ba2ac
commit 095842e352
3 changed files with 35 additions and 0 deletions

1
core/farbfeld/.checksums Normal file
View File

@@ -0,0 +1 @@
1e39351f5e8c9e2b5910959565a23349 farbfeld-4.tar.gz

22
core/farbfeld/.pkgfiles Normal file
View 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
View 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
}