summaryrefslogtreecommitdiff
path: root/testing/nss-myhostname
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-24 13:37:15 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-24 13:37:15 -0300
commitaa59a87bb8860445bb3a4b233b44812b65b8c363 (patch)
tree2c86c94b07d2205834540b0d4c8ead7f264f56d5 /testing/nss-myhostname
parenteca1d6fadc95df0eab55f607f67e69ff5329f590 (diff)
parent120df4e0db159525806a9b33364483e76f9d51d3 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/catalyst-dkms/PKGBUILD community-testing/catalyst-dkms/catalyst.install community-testing/lxdm/PKGBUILD community-testing/lxdm/lxdm-pam extra/tdb/PKGBUILD extra/usbview/PKGBUILD multilib/lib32-libldap/PKGBUILD testing/bison/PKGBUILD testing/ekiga/PKGBUILD testing/evince/PKGBUILD testing/gthumb/PKGBUILD testing/nautilus/PKGBUILD testing/opal/PKGBUILD testing/opal/opal-ffmpeg.patch testing/openssh/PKGBUILD testing/openssh/sshd.service testing/openssh/sshd.socket testing/openssh/sshdgenkeys.service testing/yelp/PKGBUILD
Diffstat (limited to 'testing/nss-myhostname')
-rw-r--r--testing/nss-myhostname/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/nss-myhostname/PKGBUILD b/testing/nss-myhostname/PKGBUILD
new file mode 100644
index 000000000..18b582043
--- /dev/null
+++ b/testing/nss-myhostname/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 169556 2012-10-23 14:16:38Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Mantas M. <grawity@gmail.com>
+pkgname="nss-myhostname"
+pkgver=0.3
+pkgrel=3
+pkgdesc="NSS plugin providing host name resolution for the locally configured system hostname"
+arch=(i686 x86_64)
+url="http://0pointer.de/lennart/projects/nss-myhostname/"
+license=('LGPL2.1')
+depends=('glibc')
+groups=('base')
+source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-lynx
+ make
+}
+
+package() {
+ cd "$srcdir/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('d4ab9ac36c053ab8fb836db1cbd4a48f')