Added portmap-6.0 template.
--HG-- extra : convert_revision : 4e75448816e8d3256d5009a61f394bdb45607a0e
This commit is contained in:
24
templates/portmap/template
Normal file
24
templates/portmap/template
Normal file
@@ -0,0 +1,24 @@
|
||||
# Template file for 'portmap'
|
||||
pkgname=portmap
|
||||
version=6.0
|
||||
wrksrc="${pkgname}_${version}"
|
||||
distfiles="http://neil.brown.name/$pkgname/$pkgname-$version.tgz"
|
||||
build_style=gnu_makefile
|
||||
make_install_target="BASEDIR=$XBPS_DESTDIR/$pkgname-$version install"
|
||||
short_desc="RPC connection manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=02c820d39f3e6e729d1bea3287a2d8a6c684f1006fb9612f97dcad4a281d41de
|
||||
long_desc="
|
||||
portmap is a part of the ONCRPC collection of software for implementing
|
||||
remote procedure calls between computer programs. It is use widely by NFS
|
||||
and NIS, and assorted other systems."
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency build tcp_wrappers
|
||||
Add_dependency run tcp_wrappers-libs
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Install the rc.d script.
|
||||
install -D -m755 ${FILESDIR}/portmap ${DESTDIR}/etc/rc.d/portmap
|
||||
}
|
||||
Reference in New Issue
Block a user