Advertisement
timcowchip

sdl_mixer pkgfile

Jan 29th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. build() {
  2. cd SDL_mixer-$version
  3. CONFIG_SHELL=/bin/bash
  4. sed -i -e 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
  5. ./configure --prefix=/usr
  6. make
  7. make DESTDIR=$PKG install
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement