summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2015-08-13 11:01:31 -0700
committerShadowKyogre2015-08-13 11:01:31 -0700
commit8003362192671864510c8458acf2975951e112a1 (patch)
tree6ba55aec69bade43997b18bcca4df375b427bd14
downloadaur-8003362192671864510c8458acf2975951e112a1.tar.gz
Export from AUR3 to AUR4
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..018113b878bb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = swisseph-fixstars
+ pkgdesc = High precision Swiss Ephemeris developed by Astrodienst (Fixstars).
+ pkgver = 2006.03.03
+ pkgrel = 1
+ url = http://www.astro.com/swisseph/
+ arch = any
+ groups = swisseph-all
+ license = GPL
+ source = http://www.astro.com/ftp/swisseph/ephe/fixstars.cat
+ md5sums = 19d2486e8ba2abc9109692c403430f3f
+
+pkgname = swisseph-fixstars
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..aae2eaecc89b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+pkgname='swisseph-fixstars'
+pkgver='2006.03.03'
+pkgrel='1'
+pkgdesc='High precision Swiss Ephemeris developed by Astrodienst (Fixstars).'
+arch=('any')
+license=('GPL')
+groups='swisseph-all'
+url=('http://www.astro.com/swisseph/')
+depends=()
+makedepends=()
+optdepends=()
+source=('http://www.astro.com/ftp/swisseph/ephe/fixstars.cat')
+md5sums=('19d2486e8ba2abc9109692c403430f3f')
+
+build() {
+ install -d -m 755 $pkgdir/usr/share/swisseph/
+ install -m 755 $srcdir/* $pkgdir/usr/share/swisseph/
+}
+