summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeej Jorgensen2015-07-28 21:55:45 -0700
committerBeej Jorgensen2015-07-28 21:55:45 -0700
commit5254442d8cffba8c57f5bb2a7210c0f8b4b6eb41 (patch)
tree63db79212f48ce5ce30cfb4d1799f90ee3965227
downloadaur-5254442d8cffba8c57f5bb2a7210c0f8b4b6eb41.tar.gz
Version 20130529-2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD26
-rw-r--r--license.txt13
3 files changed, 53 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..cd335041b053
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = xtide-wvs
+ pkgdesc = World vector shoreline data for XTide
+ pkgver = 20130529
+ pkgrel = 2
+ url = http://www.flaterco.com/xtide/files.html#WVS
+ arch = any
+ license = custom
+ source = ftp://ftp.flaterco.com/xtide/wvs.tar.bz2
+ source = license.txt
+ md5sums = 56325c8105c7137ced73396f2f2d8221
+ md5sums = 8bb852301ffc904570d90c0d3c564635
+
+pkgname = xtide-wvs
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..684a24c9b613
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Beej Jorgensen <beej@beej.us>
+pkgname=xtide-wvs
+pkgver=20130529
+pkgrel=2
+pkgdesc="World vector shoreline data for XTide"
+arch=('any')
+url="http://www.flaterco.com/xtide/files.html#WVS"
+license=('custom')
+source=(
+ 'ftp://ftp.flaterco.com/xtide/wvs.tar.bz2'
+ 'license.txt'
+)
+md5sums=('56325c8105c7137ced73396f2f2d8221'
+ '8bb852301ffc904570d90c0d3c564635')
+
+package() {
+ # license
+ install -D -m0644 $srcdir/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+
+ # data files
+ install -d $pkgdir/usr/share/xtide/
+ install -m0644 $srcdir/wvs*.dat $pkgdir/usr/share/xtide
+}
+
+# vim:set ts=2 sw=2 et:
+
diff --git a/license.txt b/license.txt
new file mode 100644
index 000000000000..8880726ecebc
--- /dev/null
+++ b/license.txt
@@ -0,0 +1,13 @@
+xtide-wvs licensing and copyright info
+--------------------------------------
+
+These files were published on the National Geophysical Data Center
+(NGDC) 5-Minute Gridded Global Relief Data CD-ROM (ETOPO5), 1993, and
+are public domain. They are available from NOAA at
+http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO5/BOUNDARY/WVS. Related
+information is available at
+http://www.ngdc.noaa.gov/mgg/fliers/93mgg01.html. If the files are
+obtained from NOAA, the filenames must be changed to all lowercase
+letters to work with XTide.
+
+http://www.flaterco.com/xtide/files.html#WVS