diff --git a/libsdl-32/.footprint b/libsdl-32/.footprint index 57485010..16e4ab8b 100644 --- a/libsdl-32/.footprint +++ b/libsdl-32/.footprint @@ -1,40 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sdl-config-32 -drwxr-xr-x root/root usr/include32/ -drwxr-xr-x root/root usr/include32/SDL/ --rw-r--r-- root/root usr/include32/SDL/SDL.h --rw-r--r-- root/root usr/include32/SDL/SDL_active.h --rw-r--r-- root/root usr/include32/SDL/SDL_audio.h --rw-r--r-- root/root usr/include32/SDL/SDL_byteorder.h --rw-r--r-- root/root usr/include32/SDL/SDL_cdrom.h --rw-r--r-- root/root usr/include32/SDL/SDL_config.h --rw-r--r-- root/root usr/include32/SDL/SDL_cpuinfo.h --rw-r--r-- root/root usr/include32/SDL/SDL_endian.h --rw-r--r-- root/root usr/include32/SDL/SDL_error.h --rw-r--r-- root/root usr/include32/SDL/SDL_events.h --rw-r--r-- root/root usr/include32/SDL/SDL_getenv.h --rw-r--r-- root/root usr/include32/SDL/SDL_joystick.h --rw-r--r-- root/root usr/include32/SDL/SDL_keyboard.h --rw-r--r-- root/root usr/include32/SDL/SDL_keysym.h --rw-r--r-- root/root usr/include32/SDL/SDL_loadso.h --rw-r--r-- root/root usr/include32/SDL/SDL_main.h --rw-r--r-- root/root usr/include32/SDL/SDL_mouse.h --rw-r--r-- root/root usr/include32/SDL/SDL_mutex.h --rw-r--r-- root/root usr/include32/SDL/SDL_name.h --rw-r--r-- root/root usr/include32/SDL/SDL_opengl.h --rw-r--r-- root/root usr/include32/SDL/SDL_platform.h --rw-r--r-- root/root usr/include32/SDL/SDL_quit.h --rw-r--r-- root/root usr/include32/SDL/SDL_rwops.h --rw-r--r-- root/root usr/include32/SDL/SDL_stdinc.h --rw-r--r-- root/root usr/include32/SDL/SDL_syswm.h --rw-r--r-- root/root usr/include32/SDL/SDL_thread.h --rw-r--r-- root/root usr/include32/SDL/SDL_timer.h --rw-r--r-- root/root usr/include32/SDL/SDL_types.h --rw-r--r-- root/root usr/include32/SDL/SDL_version.h --rw-r--r-- root/root usr/include32/SDL/SDL_video.h --rw-r--r-- root/root usr/include32/SDL/begin_code.h --rw-r--r-- root/root usr/include32/SDL/close_code.h drwxr-xr-x root/root usr/lib32/ lrwxrwxrwx root/root usr/lib32/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.4 -rwxr-xr-x root/root usr/lib32/libSDL-1.2.so.0.11.4 @@ -45,6 +11,3 @@ lrwxrwxrwx root/root usr/lib32/libSDL.so -> libSDL-1.2.so.0.11.4 -rwxr-xr-x root/root usr/lib32/libSDLmain.la drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/sdl.pc -drwxr-xr-x root/root usr/share32/ -drwxr-xr-x root/root usr/share32/aclocal/ --rw-r--r-- root/root usr/share32/aclocal/sdl.m4 diff --git a/libsdl-32/Pkgfile b/libsdl-32/Pkgfile index 8992adf4..24484b67 100644 --- a/libsdl-32/Pkgfile +++ b/libsdl-32/Pkgfile @@ -5,7 +5,7 @@ name=libsdl-32 version=1.2.15 -release=1 +release=2 source=(http://www.libsdl.org/release/SDL-$version.tar.gz) build() { @@ -14,14 +14,12 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/man \ --libdir=/usr/lib32 \ - --includedir=/usr/include32 \ - --datarootdir=/usr/share32 \ --program-suffix=-32 \ --enable-alsa make make DESTDIR=$PKG install - rm -r $PKG/usr/man + rm -r $PKG/usr/{include,man,share} # --program-suffix=-32 is being ignored mv $PKG/usr/bin/sdl-config $PKG/usr/bin/sdl-config-32