diff options
author | 2001-10-19 22:03:00 +0000 | |
---|---|---|
committer | 2001-10-19 22:03:00 +0000 | |
commit | 38a88d246db7b15cb16dca2618245fb2700c24a5 (patch) | |
tree | a39127f6fb25489c07abe0bbfd0c7bc43c6735ff /gnome-extra/libgda | |
parent | Updated (diff) | |
download | gentoo-2-38a88d246db7b15cb16dca2618245fb2700c24a5.tar.gz gentoo-2-38a88d246db7b15cb16dca2618245fb2700c24a5.tar.bz2 gentoo-2-38a88d246db7b15cb16dca2618245fb2700c24a5.zip |
updated
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.91.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnome-extra/libgda/libgda-0.2.91.ebuild b/gnome-extra/libgda/libgda-0.2.91.ebuild index b9ee25db176b..54ca5f3b94ea 100644 --- a/gnome-extra/libgda/libgda-0.2.91.ebuild +++ b/gnome-extra/libgda/libgda-0.2.91.ebuild @@ -3,11 +3,10 @@ # Author Achim Gottinger <achim@gentoo.org> # $Header -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="gda lib" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${A} - ftp://ftp.gnome-db.org/pub/gnome-db/sources/${PV}/${A}" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${P}.tar.gz + ftp://ftp.gnome-db.org/pub/gnome-db/sources/${PV}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/gnome-db" RDEPEND="virtual/glibc @@ -56,6 +55,7 @@ src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ + --localstatedir=/var/lib \ $myconf || die # Wierd hack I had to do to get it to compile (seems the buildin sqlite @@ -69,7 +69,9 @@ src_compile() { } src_install() { - make DESTDIR=${D} PREFIX=${D}/usr \ + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ INSTALLMAN3DIR=${D}/usr/share/man/man3 \ GDA_oafinfodir=${D}/usr/share/oaf install || die |