Skip to content

Commit

Permalink
Added mtdev
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Jul 20, 2014
1 parent 26c2649 commit 4b58007
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions mtdev/Buildfile
@@ -0,0 +1,24 @@
# Description: Multitouch protocol translation library
# URL: http://bitmath.org/code/mtdev
# License: MIT

name=mtdev
version=1.1.5
release=1
source=(http://bitmath.org/code/mtdev/$name-$version.tar.bz2)
depends=

build() {
cd $name-$version

./configure --build=$BUILD \
--host=$HOST \
--prefix=/usr \
--disable-static

make -j $JOBS
make DESTDIR=$PKG install

# Fix libtool files
fix_la_files $PKG
}

0 comments on commit 4b58007

Please sign in to comment.