aspell-pl: new port
This commit is contained in:
parent
bbf031d948
commit
e4e51a2a4c
8
aspell-pl/.footprint
Normal file
8
aspell-pl/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/aspell-0.60/
|
||||
-rw-r--r-- root/root usr/lib/aspell-0.60/pl.dat
|
||||
-rw-r--r-- root/root usr/lib/aspell-0.60/pl.multi
|
||||
-rw-r--r-- root/root usr/lib/aspell-0.60/pl.rws
|
||||
-rw-r--r-- root/root usr/lib/aspell-0.60/pl_affix.dat
|
||||
-rw-r--r-- root/root usr/lib/aspell-0.60/polish.alias
|
1
aspell-pl/.md5sum
Normal file
1
aspell-pl/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
3139a69a1bd9ccb1d853d30aa024fc2b aspell6-pl-6.0_20061121-0.tar.bz2
|
20
aspell-pl/Pkgfile
Normal file
20
aspell-pl/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Polish dictionary for aspell
|
||||
# URL: http://aspell.net
|
||||
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
||||
# Depends on: aspell
|
||||
|
||||
a_ver=6.0
|
||||
a_date=20061121
|
||||
a_release=0
|
||||
|
||||
name=aspell-pl
|
||||
version=$a_ver.$a_date.$a_release
|
||||
release=1
|
||||
source=(ftp://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-${a_ver}_${a_date}-${a_release}.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd aspell6-pl-${a_ver}_${a_date}-${a_release}
|
||||
./configure
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user