summaryrefslogtreecommitdiff
path: root/~lukeshu/cinclude2dot
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-12 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2011-12-12 23:14:53 +0000
commitcb9c375209c236c16557878a1b864f91de27b88d (patch)
treeb0a7d6c0d887620c16ad1a95c9dfef632cb1b877 /~lukeshu/cinclude2dot
parent22b0fa480661b6247dabf39059fe629e1d233a9a (diff)
Mon Dec 12 23:14:53 UTC 2011
Diffstat (limited to '~lukeshu/cinclude2dot')
-rw-r--r--~lukeshu/cinclude2dot/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/~lukeshu/cinclude2dot/PKGBUILD b/~lukeshu/cinclude2dot/PKGBUILD
new file mode 100644
index 000000000..2eb43bac2
--- /dev/null
+++ b/~lukeshu/cinclude2dot/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=cinclude2dot
+pkgver=1.1
+pkgrel=1
+pkgdesc="A Perl script which analyses C/C++ code and produces a #include dependency graph."
+arch=('any')
+url="http://flourish.org/cinclude2dot/"
+license=('GPL')
+depends=('perl')
+source=('http://flourish.org/cinclude2dot/cinclude2dot'
+ 'http://flourish.org/cinclude2dot/cinclude2dot.1')
+
+build() {
+ gzip -c cinclude2dot.1 > cinclude2dot.1.gz
+}
+
+package() {
+ cd "$srcdir"
+ install -d "$pkgdir/usr/bin"
+ install -m755 cinclude2dot "$pkgdir/usr/bin"
+ install -d "$pkgdir/usr/share/man/man1"
+ install -m644 cinclude2dot.1.gz "$pkgdir/usr/share/man/man1"
+}
+
+md5sums=('372ca2cba1170ae4e040f7f84b7b98b5'
+ 'bfdc230a26db0c66b238e6380e6badbe')