summaryrefslogtreecommitdiff
path: root/xorg-libxpm/Pkgfile
blob: 13dac0e099ab7cbc065e0b434abd423bbf671887 (plain)
    1 # Description: xorg lib libXpm
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: xorg-xproto, xorg-libx11, xorg-libxt, xorg-xextproto, xorg-libxext
    5 
    6 name=xorg-libxpm
    7 version=3.5.9
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXpm-$version
   13 
   14 	./configure --prefix=/usr --mandir=/usr/man
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit