summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Heidler2016-09-02 16:28:13 +0200
committerDominik Heidler2016-09-02 16:28:13 +0200
commit43b4a46a88ea9082c360713aa16c479d43bc4c0d (patch)
tree435a44e81a0b900811df791fa075de0f3949940d
parent398b84c469714eeac6930c8fcec977120d0ed5dc (diff)
downloadaur-43b4a46a88ea9082c360713aa16c479d43bc4c0d.tar.gz
backup config
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 16 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a8b39d806c..21fb47eb9149 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,20 @@
pkgbase = ax25-tools
pkgdesc = The network tools to configure hamradio interfaces and some of the hamradio specific network daemons
pkgver = 0.0.10_rc4
- pkgrel = 3
+ pkgrel = 4
url = http://www.linux-ax25.org
arch = i686
arch = x86_64
license = GPL2
makedepends = make
depends = libax25
+ backup = etc/ax25/ax25.profile
+ backup = etc/ax25/ax25d.conf
+ backup = etc/ax25/axspawn.conf
+ backup = etc/ax25/nrbroadcast
+ backup = etc/ax25/rip98d.conf
+ backup = etc/ax25/rxecho.conf
+ backup = etc/ax25/ttylinkd.conf
source = http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-0.0.10-rc4.tar.xz
source = ax25.patch
sha1sums = c0c16ae86e8f41abb65e4467b619ba06ea310aa0
diff --git a/PKGBUILD b/PKGBUILD
index 5268bd183848..e229f14de2eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ax25-tools
pkgver=0.0.10_rc4
_pkgver=${pkgver//_/-}
-pkgrel=3
+pkgrel=4
pkgdesc="The network tools to configure hamradio interfaces and some of the hamradio specific network daemons"
arch=('i686' 'x86_64')
url='http://www.linux-ax25.org'
@@ -13,6 +13,13 @@ makedepends=('make')
source=("http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${_pkgver}.tar.xz" "ax25.patch")
sha1sums=('c0c16ae86e8f41abb65e4467b619ba06ea310aa0'
'f3dfdfce9a795baef7f93d62d92441e81b96a83e')
+backup=('etc/ax25/ax25.profile'
+ 'etc/ax25/ax25d.conf'
+ 'etc/ax25/axspawn.conf'
+ 'etc/ax25/nrbroadcast'
+ 'etc/ax25/rip98d.conf'
+ 'etc/ax25/rxecho.conf'
+ 'etc/ax25/ttylinkd.conf')
build() {
cd "$srcdir/${pkgname}-${_pkgver}"