summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
commit2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch)
treedc5a008a22e16e21bc4ea4f991bba0890fae4a1b /media-libs/compface
parentAdded DarcNES a multi-system emulator (diff)
downloadhistorical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz
historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2
historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip
Dependencie fixes
Diffstat (limited to 'media-libs/compface')
-rw-r--r--media-libs/compface/compface-1.4.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild
index bf356ab9165e..f22782baccb3 100644
--- a/media-libs/compface/compface-1.4.ebuild
+++ b/media-libs/compface/compface-1.4.ebuild
@@ -3,14 +3,13 @@
# Michael C Tisltra <tadpol@tadpol.org>
# $header
-#P=
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Utilities and library to convert to/from X-Face format"
SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${A}"
HOMEPAGE=""
-DEPEND=">=sys-libs/glibc-2.2.1"
+DEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
@@ -19,8 +18,8 @@ src_compile() {
}
src_install () {
- dodir /usr/share/man/man3
- try make DESTDIR=${D} install
+ dodir /usr/share/man/man{1,3} /usr/{bin,include,lib}
+ try make prefix=${D}/usr MANDIR=${D}/usr/share/man install
dodoc README ChangeLog
}