ports/contrib (3.4): sdl2_image: Initial import
commit 640d6e0190cab8c7715098a5af8aa14d01e1e78c Author: Predrag Ivanović <predivan@mts.rs> Date: Thu Nov 29 16:17:33 2018 +0100 sdl2_image: Initial import diff --git a/sdl2_image/.footprint b/sdl2_image/.footprint new file mode 100644 index 00000000..a2b9356f --- /dev/null +++ b/sdl2_image/.footprint @@ -0,0 +1,11 @@ +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 new file mode 100644 index 00000000..1e5a87f0 --- /dev/null +++ b/sdl2_image/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF32cHC/5Fn1W2KBv0oIP8kKPFRjxEsEzvBG0FEdhUZxtog7Sdch7kI1K+yZIXEvt22I2E4lWb/IEaGuugiiDq2gc= +SHA256 (Pkgfile) = 26129b63c93a72e95c237cc16837aed73eee968816f7aa889cc2bac69de6f3c7 +SHA256 (.footprint) = 08249051cea689372a903b3e0d9310dde6f3f65d128d58f0dbf30d56d4fd9e90 +SHA256 (SDL2_image-2.0.4.tar.gz) = e74ec49c2402eb242fbfa16f2f43a19582a74c2eabfbfb873f00d4250038ceac diff --git a/sdl2_image/Pkgfile b/sdl2_image/Pkgfile new file mode 100644 index 00000000..b7296bd9 --- /dev/null +++ b/sdl2_image/Pkgfile @@ -0,0 +1,17 @@ +# Description: SDL_image is an image file loading library. +# URL: http://www.libsdl.org/projects/SDL_image +# Maintainer: Pedja, predivan at mts dot rs +# 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 +}
participants (1)
-
crux@crux.nu