libgd: fix depends

This commit is contained in:
Luis
2023-01-17 06:32:39 +00:00
parent cf3b6699c7
commit add34277ce

View File

@@ -1,5 +1,5 @@
# description: Library for the dynamic creation of images
# depends: xorg-libxpm libjpeg-turbo freetype
# description : Library for the dynamic creation of images
# depends : libxpm libjpeg-turbo freetype2
name=libgd
version=2.3.3
@@ -8,7 +8,6 @@ source=https://github.com/libgd/libgd/releases/download/gd-$version/$name-$versi
build () {
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}