summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Smith (ndansmith) <ndansmith@gmail.com>2007-03-15 03:42:42 +0000
committerNathan Smith (ndansmith) <ndansmith@gmail.com>2007-03-15 03:42:42 +0000
commit1ec698cbb58ae056a7e6c67b5bed701ed851e08a (patch)
tree77c60f2aa0ed0ac43f73c1a2d54aab6b267a1d5d /games-engines/dagii/dagii-0.3.ebuild
parent-r1 patch modifications (diff)
downloadsunrise-1ec698cbb58ae056a7e6c67b5bed701ed851e08a.tar.gz
sunrise-1ec698cbb58ae056a7e6c67b5bed701ed851e08a.tar.bz2
sunrise-1ec698cbb58ae056a7e6c67b5bed701ed851e08a.zip
games-engines/dagii: Addition of make dep target; removal of now-unneeded patch; tidying elog
svn path=/sunrise/; revision=3240
Diffstat (limited to 'games-engines/dagii/dagii-0.3.ebuild')
-rw-r--r--games-engines/dagii/dagii-0.3.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/games-engines/dagii/dagii-0.3.ebuild b/games-engines/dagii/dagii-0.3.ebuild
index 17b7206b8..a7a34fae0 100644
--- a/games-engines/dagii/dagii-0.3.ebuild
+++ b/games-engines/dagii/dagii-0.3.ebuild
@@ -17,14 +17,9 @@ DEPEND="png? ( media-libs/libpng )
media-libs/libsdl"
RDEPEND="${DEPEND}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-depend.1.diff"
-}
-
src_compile() {
egamesconf $(use_enable png libpng ) || die "econf failed"
+ emake dep || die "emake dep failed"
emake || die "emake failed"
}
@@ -41,5 +36,6 @@ pkg_postinst() {
elog "or in a location passed as a path in the command line"
elog "For example: \"$ dagii /usr/share/games/kq3\""
elog "Also, dagii can play games which are stored in .zip archives."
+ echo
games_pkg_postinst
}