wok-next rev 21075
xorg-cf-files: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 21 01:46:05 2018 +0200 (2018-12-21) |
parents | 13924624fb11 |
children | 3987ff338147 |
files | cf-files/.icon.png cf-files/receipt xorg-cf-files/cf-files/.icon.png xorg-cf-files/cf-files/receipt |
line diff
1.1 --- a/cf-files/.icon.png Thu Dec 20 21:44:54 2018 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,1 +0,0 @@ 1.4 -../xorg/.icon.png 1.5 \ No newline at end of file
2.1 --- a/cf-files/receipt Thu Dec 20 21:44:54 2018 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,19 +0,0 @@ 2.4 -# SliTaz package receipt v2. 2.5 - 2.6 -PACKAGE="xorg-cf-files" 2.7 -VERSION="1.0.6" 2.8 -CATEGORY="development" 2.9 -SHORT_DESC="Config files used by Xorg and Imake" 2.10 -MAINTAINER="devel@slitaz.org" 2.11 -LICENSE="MIT" 2.12 -WEB_SITE="https://www.x.org/wiki/" 2.13 -HOST_ARCH="any" 2.14 - 2.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.16 -WGET_URL="$XORG_MIRROR/util/$TARBALL" 2.17 - 2.18 -compile_rules() { 2.19 - ./configure $CONFIGURE_ARGS && 2.20 - make && 2.21 - make install 2.22 -}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xorg-cf-files/cf-files/.icon.png Fri Dec 21 01:46:05 2018 +0200 3.3 @@ -0,0 +1,1 @@ 3.4 +../xorg/.icon.png 3.5 \ No newline at end of file
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/xorg-cf-files/cf-files/receipt Fri Dec 21 01:46:05 2018 +0200 4.3 @@ -0,0 +1,19 @@ 4.4 +# SliTaz package receipt v2. 4.5 + 4.6 +PACKAGE="xorg-cf-files" 4.7 +VERSION="1.0.6" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="Config files used by Xorg and Imake" 4.10 +MAINTAINER="devel@slitaz.org" 4.11 +LICENSE="MIT" 4.12 +WEB_SITE="https://www.x.org/wiki/" 4.13 +HOST_ARCH="any" 4.14 + 4.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.16 +WGET_URL="$XORG_MIRROR/util/$TARBALL" 4.17 + 4.18 +compile_rules() { 4.19 + ./configure $CONFIGURE_ARGS && 4.20 + make && 4.21 + make install 4.22 +}