Advertising
Paste Description for PKGBUILD for gmtk-svn
PKGBUILD specification file for gmtk-svn package for Archlinux.
- PKGBUILD for gmtk-svn
- Sunday, May 13th, 2012 at 3:54:42pm MDT
- # Contributor: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
- pkgname=gmtk-svn
- pkgver=112
- pkgrel=1
- pkgdesc='Support library for gnome-mplayer and gecko-mediaplayer, development code.'
- arch=('i686' 'x86_64')
- url='http://gmtk.googlecode.com/'
- license=('GPLv2')
- depends=('dconf' 'glib2' 'gtk3')
- makedepends=('intltool' 'pkg-config' 'subversion')
- provides=('gmtk')
- _svntrunk=http://gmtk.googlecode.com/svn/trunk
- _svnmod=gmtk
- build() {
- cd "$srcdir"
- msg2 "Checking out the repository..."
- if [[ -d "$_svnmod/.svn" ]]; then
- (cd "$_svnmod" && svn up -r "$pkgver")
- else
- svn co "$_svntrunk" --config-dir ./ -r "$pkgver" "$_svnmod"
- fi
- msg2 "SVN checkout done or server timeout."
- rm -rf "$srcdir/$_svnmod-build"
- cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
- cd "$srcdir/$_svnmod-build"
- msg2 "Configuring..."
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --enable-gtk3 \
- --enable-gsettings
- msg2 "Building..."
- make
- }
- package() {
- cd "$srcdir/$_svnmod-build"
- make DESTDIR="$pkgdir" install
- }
- # vim: set ft=sh ts=2 sw=2 et:
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.