Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2014 08:42
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/cb442b4a4507a6f7ab86 to your computer and use it in GitHub Desktop.
Save anonymous/cb442b4a4507a6f7ab86 to your computer and use it in GitHub Desktop.
mtdev/Pkgfile
# Description: mtdev - Multitouch Protocol Translation Library
# URL: http://bitmath.org/code/mtdev/
# Maintainer: Kristian Lehmann, email at zero-io dot net
name=mtdev
version=1.1.5
release=1
source=(http://bitmath.org/code/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment