fdm: initial release
This commit is contained in:
parent
39757a38df
commit
be86881788
9
fdm/.footprint
Normal file
9
fdm/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/fdm
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/fdm.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/fdm.conf.5.gz
|
1
fdm/.md5sum
Normal file
1
fdm/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
da8e2154621f85f426e2b808390f7ca7 fdm-1.9.tar.gz
|
16
fdm/Pkgfile
Normal file
16
fdm/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: Program to fetch mail and deliver it in various ways
|
||||
# URL: https://github.com/nicm/fdm
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: tdb
|
||||
|
||||
name=fdm
|
||||
version=1.9
|
||||
release=1
|
||||
source=(https://github.com/nicm/fdm/releases/download/$version/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user