summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwtx2016-05-19 10:16:32 +0200
committerwtx2016-05-19 10:16:32 +0200
commitf8d084ed319a7c1cdc01d2f621b9798718385511 (patch)
tree9ce83efe31c27bad410633a309deef05da5ed1e2
downloadaur-pccts.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f0a4e4de0441
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = pccts
+ pkgdesc = PCCTS is the Purdue Compiler-Compiler Tool Set
+ pkgver = 1.33MR33
+ pkgrel = 1
+ url = http://www.polhode.com/pccts.html
+ arch = x86_64
+ license = LGPL
+ depends = dpkg
+ source = http://archive.ubuntu.com/ubuntu/pool/universe/p/pccts/pccts_1.33MR33-6_amd64.deb
+ sha1sums = fe6c8efcf6b6ff7f787a15b9419899d2e92946d4
+
+pkgname = pccts
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..645ea528008e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: wtx <sdrb@onet.eu>
+
+pkgname=pccts
+pkgver=1.33MR33
+pkgrel=1
+pkgdesc="PCCTS is the Purdue Compiler-Compiler Tool Set"
+arch=('x86_64')
+url="http://www.polhode.com/pccts.html"
+license=('LGPL')
+depends=('dpkg')
+source=('http://archive.ubuntu.com/ubuntu/pool/universe/p/pccts/pccts_1.33MR33-6_amd64.deb')
+sha1sums=('fe6c8efcf6b6ff7f787a15b9419899d2e92946d4')
+
+prepare() {
+ dpkg-deb -x ./pccts_1.33MR33-6_amd64.deb ${srcdir}
+}
+
+package() {
+ cp -r ${srcdir}/usr ${pkgdir}
+}