enchant: 1.3.0 -> 1.4.2
This commit is contained in:
parent
850d58157e
commit
51b74734bf
@ -9,20 +9,16 @@ drwxr-xr-x root/root usr/include/enchant/
|
||||
-rw-r--r-- root/root usr/include/enchant/enchant.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/enchant/
|
||||
-rw-r--r-- root/root usr/lib/enchant/libenchant_aspell.a
|
||||
-rwxr-xr-x root/root usr/lib/enchant/libenchant_aspell.la
|
||||
-rwxr-xr-x root/root usr/lib/enchant/libenchant_aspell.so
|
||||
-rw-r--r-- root/root usr/lib/enchant/libenchant_ispell.a
|
||||
-rwxr-xr-x root/root usr/lib/enchant/libenchant_ispell.la
|
||||
-rwxr-xr-x root/root usr/lib/enchant/libenchant_ispell.so
|
||||
-rw-r--r-- root/root usr/lib/enchant/libenchant_myspell.a
|
||||
-rwxr-xr-x root/root usr/lib/enchant/libenchant_myspell.la
|
||||
-rwxr-xr-x root/root usr/lib/enchant/libenchant_myspell.so
|
||||
-rw-r--r-- root/root usr/lib/libenchant.a
|
||||
-rwxr-xr-x root/root usr/lib/libenchant.la
|
||||
lrwxrwxrwx root/root usr/lib/libenchant.so -> libenchant.so.1.3.0
|
||||
lrwxrwxrwx root/root usr/lib/libenchant.so.1 -> libenchant.so.1.3.0
|
||||
-rwxr-xr-x root/root usr/lib/libenchant.so.1.3.0
|
||||
lrwxrwxrwx root/root usr/lib/libenchant.so -> libenchant.so.1.4.2
|
||||
lrwxrwxrwx root/root usr/lib/libenchant.so.1 -> libenchant.so.1.4.2
|
||||
-rw-r--r-- root/root usr/lib/libenchant.so.1.4.2
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/enchant.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
|
@ -1 +1 @@
|
||||
f7edafae875616b83e7a17a7e5c2d585 enchant-1.3.0.tar.gz
|
||||
fe4558269ff59f569ab9581c907d58cb enchant-1.4.2.tar.gz
|
||||
|
@ -5,14 +5,21 @@
|
||||
# Depends on: aspell glib
|
||||
|
||||
name=enchant
|
||||
version=1.3.0
|
||||
version=1.4.2
|
||||
release=1
|
||||
source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd enchant-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
cd enchant-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
chmod a-x $PKG/usr/lib/*.so
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user