summaryrefslogtreecommitdiff
path: root/pangox-compat/Pkgfile
blob: 9629379c9ffa47b34b3db337bc051c4a3cc5a38f (plain)
    1 # Description: pangox compatibility library (no longer provided by pango)
    2 # URL: http://www.pango.org/
    3 # Maintainer: Matt Housh, jaeger at morpheus dot net
    4 # Depends on: pango
    5 
    6 name=pangox-compat
    7 version=0.0.2
    8 release=1
    9 source=(http://download.gnome.org/sources/$name/${version:0:3}/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit