sdl2_image: deleted unmaintained port

This commit is contained in:
Tim Biermann 2020-01-20 16:03:25 +00:00
parent 8a1e4b446c
commit 302dd41de5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_image.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libSDL2_image-2.0.so.0 -> libSDL2_image-2.0.so.0.2.2
-rwxr-xr-x root/root usr/lib/libSDL2_image-2.0.so.0.2.2
-rwxr-xr-x root/root usr/lib/libSDL2_image.la
lrwxrwxrwx root/root usr/lib/libSDL2_image.so -> libSDL2_image-2.0.so.0.2.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/SDL2_image.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yUetTbejeE2KQgIOyi21W2ZO2IfFuafJJmNdFbYOHJuU03fi8mkTuYYGJ283xf11/76Z7weHf4hcTBTu8+xhg4=
SHA256 (Pkgfile) = 5c953227571d520e7c4c6f1b957cfa495922db99f5d7feaefe98477347b549e2
SHA256 (.footprint) = 08249051cea689372a903b3e0d9310dde6f3f65d128d58f0dbf30d56d4fd9e90
SHA256 (SDL2_image-2.0.4.tar.gz) = e74ec49c2402eb242fbfa16f2f43a19582a74c2eabfbfb873f00d4250038ceac

View File

@ -1,17 +0,0 @@
# Description: SDL_image is an image file loading library.
# URL: http://www.libsdl.org/projects/SDL_image
# Maintainer: unmaintained
# Depends on: libsdl2 libwebp
name=sdl2_image
version=2.0.4
release=1
source=(http://www.libsdl.org/projects/SDL_image/release/SDL2_image-$version.tar.gz)
build() {
cd SDL2_image-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}