linamh/dev-util/deb-devscripts/deb-devscripts-2.13.4.ebuild

42 lines
984 B
Bash
Raw Normal View History

# Copyright 1999-2022 Gentoo Authors
2011-11-19 16:55:48 +01:00
# Distributed under the terms of the GNU General Public License v2
2023-07-20 20:28:34 +02:00
EAPI=8
2011-11-19 16:55:48 +01:00
MY_PN="devscripts"
2023-07-20 20:28:34 +02:00
#inherit eutils
2011-11-19 16:55:48 +01:00
DESCRIPTION="geos_one loved tools"
HOMEPAGE="http://linamh.disconnected-by-peer.at"
2022-03-20 18:42:52 +01:00
#SRC_URI_BASE="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/"
#SRC_URI="${SRC_URI_BASE}${MY_PN}_${PV}.tar.xz"
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/devscripts/${PV}ubuntu0.1/devscripts_${PV}ubuntu0.1.tar.xz"
2011-11-19 16:55:48 +01:00
SLOT="0"
LICENSE="GPL-2 GPL-3 BSD"
KEYWORDS="~amd64 ~arm ~x86"
RESTRICT="mirror"
IUSE=""
DEPEND=""
RDEPEND="dev-lang/ruby
virtual/perl-JSON-PP
app-arch/dpkg
app-text/docbook-xsl-stylesheets
app-portage/portage-utils"
2022-03-20 18:42:52 +01:00
S="${WORKDIR}/${MY_PN}-${PV}ubuntu0.1"
2011-11-19 16:55:48 +01:00
src_prepare() {
sed -e "s!/stylesheet/xsl/nwalsh/!/xsl-ns-stylesheets/!g" \
-e "s!--install-layout=deb!!g" -i $(find -name Makefile)
2022-03-20 18:42:52 +01:00
eapply_user
2011-11-19 16:55:48 +01:00
}
src_install() {
emake DESTDIR="${D}" install || die "install fail"
dodoc README AUTHORS
2011-11-19 16:55:48 +01:00
}