gd: move so symlinks into main pkg.
--HG-- extra : convert_revision : 0cd742f1cbff25d4ec24f71a1d4df8f6d668dbc0
This commit is contained in:
parent
2f0967ecfa
commit
7849ccd28a
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
revision=3
|
||||
|
||||
Add_dependency run libXpm-devel
|
||||
Add_dependency run libX11-devel
|
||||
|
@ -22,5 +22,4 @@ do_install()
|
|||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gd'.
|
||||
pkgname=gd
|
||||
version=2.0.35
|
||||
revision=3
|
||||
revision=4
|
||||
distfiles="http://www.libgd.org/releases/gd-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Graphics library for the dynamic creation of images"
|
||||
|
|
Loading…
Reference in a new issue