summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Manouchehri2016-01-02 02:05:57 +0000
committerDavid Manouchehri2016-01-02 02:05:57 +0000
commit65a659a1ff386b077b18d6d8119330eba86a5fad (patch)
tree05fc6e6615da0abcb6ebbb1e9fee8fdffa496281
downloadaur-65a659a1ff386b077b18d6d8119330eba86a5fad.tar.gz
Package created.
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD28
2 files changed, 50 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1710dd4e35d4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+# Generated by mksrcinfo v8
+# Sat Jan 2 02:05:13 UTC 2016
+pkgbase = ida-pro-6.4
+ pkgdesc = Commercial multi-processor disassembler and debugger.
+ pkgver = 6.4
+ pkgrel = 1
+ url = https://www.hex-rays.com/products/ida/6.4/index.shtml
+ arch = x86_64
+ depends = lib32-glibc
+ depends = lib32-gcc-libs
+ depends = lib32-glib2
+ depends = lib32-zlib
+ depends = lib32-libsm
+ depends = lib32-freetype2
+ depends = lib32-libice
+ depends = lib32-libxext
+ depends = lib32-libxrender
+ depends = lib32-fontconfig
+ depends = lib32-libx11
+
+pkgname = ida-pro-6.4
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4aaec7df813f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: David Manouchehri <manouchehri@riseup.net>
+
+pkgver=6.4
+pkgname="ida-pro-${pkgver}"
+pkgrel=1
+pkgdesc="Commercial multi-processor disassembler and debugger."
+url="https://www.hex-rays.com/products/ida/${pkgver}/index.shtml"
+license=('')
+source=()
+sha512sums=()
+arch=('x86_64')
+depends=('lib32-glibc'
+ 'lib32-gcc-libs'
+ 'lib32-glib2'
+ 'lib32-zlib'
+ 'lib32-libsm'
+ 'lib32-freetype2'
+ 'lib32-libice'
+ 'lib32-libxext'
+ 'lib32-libxrender'
+ 'lib32-fontconfig'
+ 'lib32-libx11')
+
+package() {
+ printf "\033[31;1mThis package is *not* meant to package IDA, it's only to install/locate the dependencies.\n\033[0m\n"
+}
+
+# vim:set et sw=2 sts=2 tw=80: \ No newline at end of file