diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-15 22:40:12 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-15 22:40:12 +0000 |
commit | 999598e3d0b909b13fa31197fbb844b98277cae3 (patch) | |
tree | 478c6a9083bf76ff09363795db404f43f4c0b120 /packages/giac | |
parent | 56d8f000eff4861a2f04a42e5abc12bd48ac6039 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/15 23:59:21+02:00 uni-frankfurt.de!mickeyl
gnome-mime-data depends on intltool-native
2005/06/15 23:48:32+02:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2005/06/15 23:42:31+02:00 dyndns.org!reenoo
giac: adjust SRC_URI to point to a versioned tarball.
BKrev: 42b0ae4cCkFxcuCPdX4YP5z7l_F7MA
Diffstat (limited to 'packages/giac')
-rw-r--r-- | packages/giac/giac_0.5.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/giac/giac_0.5.0.bb b/packages/giac/giac_0.5.0.bb index 0689da6964..5ab6c15c7e 100644 --- a/packages/giac/giac_0.5.0.bb +++ b/packages/giac/giac_0.5.0.bb @@ -3,11 +3,11 @@ DESCRIPTION = "A free computer algebra system" HOMEPAGE = "http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" PRIORITY = "optional" LICENSE = "GPL" -MAINTAINER = "Rene Wagner <reenoo@gmx.de>" +MAINTAINER = "Rene Wagner <rw@handhelds.org>" DEPENDS = "fltk gmp mpfr gsl" # ntl pari" -SRC_URI = "ftp://ftp-fourier.ujf-grenoble.fr/xcas/giac_unstable.tgz" +SRC_URI = "ftp://ftp-fourier.ujf-grenoble.fr/xcas/giac-${PV}.tar.gz" inherit autotools |