summaryrefslogtreecommitdiff
path: root/community/noip
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/noip
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/noip')
-rw-r--r--community/noip/PKGBUILD42
-rw-r--r--community/noip/noip.install6
-rw-r--r--community/noip/noip.service10
3 files changed, 0 insertions, 58 deletions
diff --git a/community/noip/PKGBUILD b/community/noip/PKGBUILD
deleted file mode 100644
index 86d19b280..000000000
--- a/community/noip/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 90507 2013-05-12 23:35:57Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Daenyth
-# Contributor: Lyle Putnam <lcputnam@amerytel.net>
-
-pkgname=noip
-pkgver=2.1.9
-pkgrel=5
-pkgdesc='Dynamic DNS Client Updater for no-ip.com services'
-arch=('x86_64' 'i686')
-url='http://www.no-ip.com/downloads.php?page=linux'
-license=('GPL')
-install="$pkgname.install"
-depends=('glibc')
-source=('http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz'
- 'noip.service')
-sha256sums=('82b9bafab96a0c53b21aaef688bf70b3572e26217b5e2072bdb09da3c4a6f593'
- '624553d92d69bb76cb457a056a7722dc051b5bbd17ea0e622b5cc08909019ea5')
-
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver-1"
-
- sed -i '/^#define CONFIG_FILEPATH/s/PREFIX//' noip2.c
- sed -i '/^#define CONFIG_FILENAME/s/PREFIX//' noip2.c
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver-1"
-
- cc -Wall $CLFAGS $LDFLAGS -g -Dlinux -DPREFIX=/usr noip2.c -o noip2 -Wno-unused-but-set-variable
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver-1"
-
- install -Dm755 noip2 "$pkgdir/usr/bin/noip2"
- install -Dm644 "$srcdir/$pkgname.service" \
- "$pkgdir/usr/lib/systemd/system/noip2.service"
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/noip/noip.install b/community/noip/noip.install
deleted file mode 100644
index 1207f20e4..000000000
--- a/community/noip/noip.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install() {
- echo
- echo 'Before running noip2 you must configure it.'
- echo 'To configure noip2 run the command "noip2 -C -Y"'
- echo
-}
diff --git a/community/noip/noip.service b/community/noip/noip.service
deleted file mode 100644
index 2ad0ba867..000000000
--- a/community/noip/noip.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=No-IP Dynamic DNS Update Client
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/noip2 -c /etc/no-ip2.conf
-
-[Install]
-WantedBy=multi-user.target