enchant: 1.4.2 -> 1.6.0
This commit is contained in:
parent
95c692afd9
commit
30326be5e1
@ -9,16 +9,20 @@ 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.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
|
||||
lrwxrwxrwx root/root usr/lib/libenchant.so -> libenchant.so.1.6.0
|
||||
lrwxrwxrwx root/root usr/lib/libenchant.so.1 -> libenchant.so.1.6.0
|
||||
-rwxr-xr-x root/root usr/lib/libenchant.so.1.6.0
|
||||
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 @@
|
||||
fe4558269ff59f569ab9581c907d58cb enchant-1.4.2.tar.gz
|
||||
de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: aspell glib
|
||||
|
||||
name=enchant
|
||||
version=1.4.2
|
||||
version=1.6.0
|
||||
release=1
|
||||
source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz)
|
||||
|
||||
@ -15,11 +15,8 @@ build() {
|
||||
./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