pangox-compar: revert merge from 3.0

This commit is contained in:
Thomas Penteker 2013-01-25 23:09:59 +01:00
parent 735521b3c9
commit 13bf6efab1
3 changed files with 0 additions and 33 deletions

View File

@ -1,16 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/pango/
-rw-r--r-- root/root usr/etc/pango/pangox.aliases
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/pango-1.0/
drwxr-xr-x root/root usr/include/pango-1.0/pango/
-rw-r--r-- root/root usr/include/pango-1.0/pango/pangox.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libpangox-1.0.a
-rwxr-xr-x root/root usr/lib/libpangox-1.0.la
lrwxrwxrwx root/root usr/lib/libpangox-1.0.so -> libpangox-1.0.so.0.0.0
lrwxrwxrwx root/root usr/lib/libpangox-1.0.so.0 -> libpangox-1.0.so.0.0.0
-rwxr-xr-x root/root usr/lib/libpangox-1.0.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/pangox.pc

View File

@ -1 +0,0 @@
7bcbd0187f03e1e27af9a81e07249c33 pangox-compat-0.0.2.tar.xz

View File

@ -1,16 +0,0 @@
# Description: pangox compatibility library (no longer provided by pango)
# URL: http://www.pango.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: pango
name=pangox-compat
version=0.0.2
release=1
source=(http://download.gnome.org/sources/$name/${version:0:3}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}