summaryrefslogtreecommitdiffstats
path: root/base/swig/Pkgfile
blob: c4bff20e13e9381a9bbb1984d152650f6ad309e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: A compiler that makes it easy to integrate C and C++ code with scripting languages
# URL:http://www.swig.org/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: 

name=swig
version=1.3.40
release=1

source=("http://downloads.sourceforge.net/$name/$name-$version.tar.gz")

build() {
  cd $name-$version
  ./configure --prefix=/usr
  make
  make DESTDIR=$PKG install
  install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
}