summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2015-07-05 18:03:19 -0600
committernot_anonymous2015-07-05 18:03:19 -0600
commitbeb4f850bf3ffe43a60ae68c082e0949bd52a9a4 (patch)
treeec6d2af81ddfdf57e1aee7831d3f46bf44093112
downloadaur-beb4f850bf3ffe43a60ae68c082e0949bd52a9a4.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD25
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c90198352fbd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = cty
+ pkgdesc = The package represents databases of entities (countries), prefixes and callsigns that are used by amateur radio logging software - CONTESTING VERSION.
+ pkgver = 2415
+ pkgrel = 1
+ url = http://www.country-files.com/cty
+ arch = any
+ license = GPL
+ provides = cty
+ conflicts = bigcty
+ source = http://www.country-files.com/cty/download/cty-2415.zip
+ md5sums = 77becc0f912763384d35af9786bf184f
+ sha256sums = 1944268993ccdc143482f01987b3b1790749ccbdaa2c807961528ecbf9be4bb6
+
+pkgname = cty
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c3c3f406fe47
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: not_anonymous <nmlibertarian@gmail.com>
+# Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD
+
+pkgname=cty
+pkgver=2415
+pkgrel=1
+pkgdesc="The package represents databases of entities (countries), prefixes and callsigns
+ that are used by amateur radio logging software - CONTESTING VERSION."
+arch=('any')
+provides=('cty')
+conflicts=('bigcty')
+url="http://www.country-files.com/cty"
+license=('GPL')
+source=(${url}/download/${pkgname}-$pkgver.zip)
+
+package() {
+ mkdir -p $pkgdir/usr/share/cty/old
+
+ cd $srcdir
+
+ cp -R *.{cty,dat} old $pkgdir/usr/share/cty
+}
+
+md5sums=('77becc0f912763384d35af9786bf184f')
+sha256sums=('1944268993ccdc143482f01987b3b1790749ccbdaa2c807961528ecbf9be4bb6')