rdis-git: bump version and modernize.
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# Template file for 'rdis-git'
|
# Template file for 'rdis-git'
|
||||||
pkgname=rdis-git
|
pkgname=rdis-git
|
||||||
version=20130209
|
version=20130812
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="pkg-config gtk+3-devel jansson-devel LuaJIT-devel udis86-devel openssl-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="gtk+3-devel jansson-devel LuaJIT-devel udis86-devel openssl-devel"
|
||||||
short_desc="A binary analysis tool for linux"
|
short_desc="A binary analysis tool for linux"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
@@ -12,13 +13,11 @@ nofetch=yes
|
|||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
_githead=adce24f08ffd4e59083a70bba0e86cd8371212d9
|
|
||||||
git clone git://github.com/endeav0r/rdis.git ${pkgname}-${version}
|
git clone git://github.com/endeav0r/rdis.git ${pkgname}-${version}
|
||||||
cd ${pkgname}-${version} ; git reset --hard ${_githead}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make CC=$CC ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user