add menu package

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/lightscribe@2675 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2010-11-06 19:31:55 +00:00
parent 8fbdc3d138
commit 8a9cbc6cef
4 changed files with 47 additions and 4 deletions

2
x11-apps/menu/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST menu_2.1.44.tar.gz 479420 RMD160 83397eca1935dffff4529f8273ec08b8450f5eb5 SHA1 f8b25a8acbc4cd93730adef03a230c669040ecc5 SHA256 1684b07f32b0eae8c62dbf4fbe283fbca206fd2257fc65d23c60c5ffe1cb4353
EBUILD menu-2.1.44.ebuild 699 RMD160 240249c9261b6ee96be61901a151d1be1e869891 SHA1 dfb87d3d356fbc73a780355f0c4e6569c8d486ab SHA256 b454116237ff00af2dbe9ba0fefafc00437c005b1c75cb83cf4a297936d97f9e

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils autotools
DESCRIPTION="generates programs menu for all menu-aware applications"
HOMEPAGE="http://qa.debian.org/developer.php?login=ballombe%40debian.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RESTRICT="mirror"
S="${WORKDIR}/${PN}"
SRC_URI_BASE="mirror://debian/pool/main/${PN:0:1}/${PN}/"
SRC_URI="${SRC_URI_BASE}${PN}_${PV}.tar.gz"
DEPEND=""
src_prepare() {
echo "SUBDIRS = scripts po-su-to-root" > Makefile.am
eautoreconf
}
src_install() {
mkdir "${D}"/usr/sbin
emake DESTDIR="${D}" install
doman doc/su-to-root.1
}