wine: updated to 1.1.21
[namenlos-ports.git] / cgit / Pkgfile
blob44a0d714c274d9e0fca6f1a35dc33399e014fb83
1 # Maintainer: Richard Pöttler, richard dot poettler at gmail dot com
2 # Description: git webinterface written in c
3 # URL: http://hjemli.net/git/cgit/
4 # Depends on: git
6 name=cgit
7 version=0.8.2.1
8 release=1
9 source=(http://hjemli.net/git/cgit/snapshot/${name}-${version}.tar.gz copyrepos)
11 build () {
12         # getting the git sources
13         cd $(prt-get path git)
14         pkgmk -do
16         # extracting the git sources and creating the symlink
17         cd $SRC/$name-$version
18         rmdir git
19         GIT_NAME_VERSION=$(prt-get printf '%n-%v' --filter='git')
20         tar xjf $PKGMK_SOURCE_DIR/${GIT_NAME_VERSION}.tar.bz2
21         ln -s $GIT_NAME_VERSION git
23         # building cgit
24         make
25         make DESTDIR=$PKG CGIT_SCRIPT_PATH=/var/www/cgit install
26         install -D -m 755 $SRC/copyrepos $PKG/usr/bin/copyrepos