diff --git a/sdl2_image/.footprint b/sdl2_image/.footprint deleted file mode 100644 index a2b9356f2..000000000 --- a/sdl2_image/.footprint +++ /dev/null @@ -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 diff --git a/sdl2_image/.signature b/sdl2_image/.signature deleted file mode 100644 index ab56e10bd..000000000 --- a/sdl2_image/.signature +++ /dev/null @@ -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 diff --git a/sdl2_image/Pkgfile b/sdl2_image/Pkgfile deleted file mode 100644 index 960130cf9..000000000 --- a/sdl2_image/Pkgfile +++ /dev/null @@ -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 -}