diff options
author | 2012-02-03 16:17:11 +0100 | |
---|---|---|
committer | 2012-02-03 16:17:11 +0100 | |
commit | 5390de0d34a2072af7bd5585933565ec85401714 (patch) | |
tree | 3a4ed2c74fc95c3528fa317c03c9d0c184f92949 /app-cdr/abgx360/abgx360-1.0.6.ebuild | |
parent | Added Manifest file (diff) | |
download | silmano-5390de0d34a2072af7bd5585933565ec85401714.tar.gz silmano-5390de0d34a2072af7bd5585933565ec85401714.tar.bz2 silmano-5390de0d34a2072af7bd5585933565ec85401714.zip |
Fixed Manifest
Diffstat (limited to 'app-cdr/abgx360/abgx360-1.0.6.ebuild')
-rw-r--r-- | app-cdr/abgx360/abgx360-1.0.6.ebuild | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/app-cdr/abgx360/abgx360-1.0.6.ebuild b/app-cdr/abgx360/abgx360-1.0.6.ebuild index e03aff8..521556f 100644 --- a/app-cdr/abgx360/abgx360-1.0.6.ebuild +++ b/app-cdr/abgx360/abgx360-1.0.6.ebuild @@ -1,29 +1,29 @@ -# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Utility to verify Xbox 360 ISOs against an online database."
-HOMEPAGE="http://abgx360.net/"
-SRC_URI="http://dl.dropbox.com/u/59058148/${P}.tar.gz"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="net-misc/curl
-sys-libs/zlib"
-
-src_compile() {
- econf
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
-}
-
-pkg_postinst() {
- elog "Be sure to check $HOMEPAGE for Video ISOs download."
-}
\ No newline at end of file +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Utility to verify Xbox 360 ISOs against an online database." +HOMEPAGE="http://abgx360.net/" +SRC_URI="http://dl.dropbox.com/u/59058148/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="net-misc/curl +sys-libs/zlib" + +src_compile() { + econf + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "Install failed" +} + +pkg_postinst() { + elog "Be sure to check $HOMEPAGE for Video ISOs download." +} |