diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-06 16:54:51 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-06 16:54:51 -0500 |
commit | 30462d285dae2fc3425052ccb85c3e2d6a974265 (patch) | |
tree | 6662fcb18fab3e1501b6b177d2aee98a86183464 /~lukeshu/cinclude2dot | |
parent | 380f5927f73f4b9ab48d82ce44c8c6e34b3c3e5a (diff) | |
download | abslibre-30462d285dae2fc3425052ccb85c3e2d6a974265.tar.gz abslibre-30462d285dae2fc3425052ccb85c3e2d6a974265.tar.bz2 abslibre-30462d285dae2fc3425052ccb85c3e2d6a974265.zip |
mv ~lukeshu/cinclude2dot pcr/
Diffstat (limited to '~lukeshu/cinclude2dot')
-rw-r--r-- | ~lukeshu/cinclude2dot/.gitignore | 2 | ||||
-rw-r--r-- | ~lukeshu/cinclude2dot/PKGBUILD | 27 |
2 files changed, 0 insertions, 29 deletions
diff --git a/~lukeshu/cinclude2dot/.gitignore b/~lukeshu/cinclude2dot/.gitignore deleted file mode 100644 index f326e85cb..000000000 --- a/~lukeshu/cinclude2dot/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -cinclude2dot -cinclude2dot.1 diff --git a/~lukeshu/cinclude2dot/PKGBUILD b/~lukeshu/cinclude2dot/PKGBUILD deleted file mode 100644 index 2eb43bac2..000000000 --- a/~lukeshu/cinclude2dot/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# 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') |