summaryrefslogtreecommitdiffstats
path: root/fredjo-gnome-2.28-test/libgnomecups/Pkgfile
blob: 9ce6f47f321feade664f67121bbcd18c1015b181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: GNOME Printing Library CUPS extension
# URL: http://www.gnome.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: glib, cups
# Group: gnome

name=libgnomecups
version=0.2.3
release=1
source=(http://download.gnome.org/sources/$name/0.2/$name-$version.tar.bz2)

build() {
	cd $name-$version
	rm po/*.po
	sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \
		-e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}