Skip to content

Instantly share code, notes, and snippets.

Created October 9, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a34f508a849299d5bb2d to your computer and use it in GitHub Desktop.
Save anonymous/a34f508a849299d5bb2d to your computer and use it in GitHub Desktop.
Pkgfile
# Description: mpeg decoding library
# URL: http://icculus.org/smpeg/
# Mantainer: F. Kiroles, u7knv9h at openmailbox dot org
# Depends on: libsdl smpeg
name=smpeg2
version=2.0.0
release=1
source=(http://www.libsdl.org/projects/smpeg/release/$name-$version.tar.gz)
build () {
cd "$name-$version"
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment